blob: 9340db4cfc248ae7475ce51bfc72fec6ff70f898 [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 has an empty src and is harmless.<br/>
<iframe src="http://127.0.0.1:8000/security/xssAuditor/resources/echo-intertag.pl?q=<iframe%20src=''></iframe>">
</iframe>
</body>
</html>