Index: trunk/LayoutTests/http/tests/security/xssAuditor/full-block-iframe-no-inherit.php |
=================================================================== |
--- trunk/LayoutTests/http/tests/security/xssAuditor/full-block-iframe-no-inherit.php (revision 168578) |
+++ trunk/LayoutTests/http/tests/security/xssAuditor/full-block-iframe-no-inherit.php (working copy) |
@@ -16,7 +16,7 @@ |
</head> |
<body> |
<p>This tests that the header X-XSS-Protection is not inherited by the iframe below:</p> |
-<iframe id="frame" name="frame" onload="checkIfFrameLocationMatchesSrcAndCallDone('frame')" src="http://127.0.0.1:8000/security/xssAuditor/resources/echo-intertag.pl?q=<script>alert(/XSS/)</script><p>If you see this message and no JavaScript alert() then the test PASSED.</p>"> |
+<iframe id="frame" onload="checkIfFrameLocationMatchesSrcAndCallDone('frame')" src="http://127.0.0.1:8000/security/xssAuditor/resources/echo-intertag.pl?q=<script>alert(/XSS/)</script><p>If you see this message and no JavaScript alert() then the test PASSED.</p>"> |
</iframe> |
</body> |
</html> |