blob: 9826a66d94d7cede90391e00a54e98f44d2a1b8f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
This test passes because the injected iframe is from about:blank and is harmless.<br/>
<iframe src="http://127.0.0.1:8000/security/xssAuditor/resources/echo-intertag.pl?q=<iframe%20src='about:blank'></iframe>">
</iframe>
</body>
</html>