blob: 2f3daf016ddd59e26b438c3974db962337e0e43e [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-intertag.pl?q=<svg><script><iframe%20onload=alert(0)></iframe></script></svg>">
</iframe>
Test that dangerous attributes are still filtered in netsted script contexts.
</body>
</html>