blob: 807dd05f44576c764973ef65e9bb5d921e5779b0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<iframe src="http://localhost:8000/security/xssAuditor/resources/javascript-link-safe.html?q=alert('This is a safe script.')">
</iframe>
</body>
</html>