Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html |
index f24fba4ae7956a9a3cf5ef64adebe559d8fe5640..72fd9cef6cd44d9dfd3c67a3d6e5ce1edbce7c0a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/dom-write-location.html |
@@ -9,7 +9,7 @@ if (window.testRunner) { |
</script> |
</head> |
<body> |
-<iframe src='http://localhost:8000/security/xssAuditor/resources/echo-dom-write-location.html?q=<script>alert(String.fromCharCode(0x58,0x53,0x53))</script>'> |
+<iframe src='http://localhost:8000/security/xssAuditor/resources/echo-dom-write-location.php?q=<script>alert(String.fromCharCode(0x58,0x53,0x53))</script>'> |
</iframe> |
</body> |
</html> |