blob: 6cb47ead8eebc8beacaf3c757fd065233f8e7a11 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<iframe src='http://localhost:8000/security/xssAuditor/resources/echo-dom-write-location.html?q=<script>document.write("<img src=1 ");</script>onerror=alert(/XSS/)'>
</iframe>
</body>
</html>