blob: 2f4d457b3c484a04c2a9004ae2554b4a2388f107 [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?clutter=<script>alert(1)</script>&q=<svg><script>&q2=alert(0)</script></svg>">
</iframe>
Ensures HTML entities are recognized in script blocks in a context where CDATA is allowed even with nested script blocks.
</body>
</html>