blob: fe9194ed0202e87ecc4fbe83e712a0f23a35420c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
testRunner.waitUntilDone();
}
function done()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
<iframe onload="done()" src="http://localhost:8000/security/xssAuditor/resources/echo-head.pl?q=%3Cmeta+http-equiv%3D%22refresh%22+content%3D%220%3B+url%3Djavascript%3Aalert%28document.domain%29%22%3E">
</iframe>
</body>
</html>