blob: 3ebc6ea44f6d6992ad8b970eae8fe3c0c6be01a2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<p>Catch injected srcdoc properties when there is punctuation enabling the auditor</p>
<iframe src='http://localhost:8000/security/xssAuditor/resources/echo-frame-src.pl?q=%22srcdoc=%22<script>alert(0)</script>'>
</body>
</html>