blob: 5782f74b1be7fab21c122189ed0358c0866fce30 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="http://localhost:8000/security/xssAuditor/resources/utilities.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<p>This script should run because XSS protection is disabled.</p>
<iframe id="frame" src="http://127.0.0.1:8000/security/xssAuditor/resources/echo-intertag.pl?test=/security/xssAuditor/no-protection-script-tag.html&disable-protection=1&q=<script>alert(/PASS/)</script>">
</iframe>
</body>
</html>