Index: webkit/data/layout_tests/chrome/http/tests/security/xss-DENIED-assign-location-href-javascript.html |
=================================================================== |
--- webkit/data/layout_tests/chrome/http/tests/security/xss-DENIED-assign-location-href-javascript.html (revision 35112) |
+++ webkit/data/layout_tests/chrome/http/tests/security/xss-DENIED-assign-location-href-javascript.html (working copy) |
@@ -1,16 +0,0 @@ |
-<html> |
-<script> |
-if (window.layoutTestController) { |
- layoutTestController.dumpAsText(); |
- layoutTestController.dumpChildFramesAsText(); |
-} |
- |
-function runTest() { |
- frames[0].location.href = 'javascript:3'; |
-} |
- |
-</script> |
-<body onload="runTest()"> |
-<iframe src="http://localhost:8081/chrome/http/tests/security/resources/localPage.html"></iframe> |
-</body> |
-</html> |