Index: LayoutTests/http/tests/navigation/ping-cross-origin.html |
diff --git a/LayoutTests/http/tests/navigation/ping-cross-origin.html b/LayoutTests/http/tests/navigation/ping-cross-origin.html |
index c3b357445981608d6ad092a129ff44be324d7d29..1471c024b451624c351411bc54c5cf625bdeada5 100644 |
--- a/LayoutTests/http/tests/navigation/ping-cross-origin.html |
+++ b/LayoutTests/http/tests/navigation/ping-cross-origin.html |
@@ -27,6 +27,6 @@ function test() { |
</script> |
</head> |
<body onload="test();"> |
-<img src="resources/delete-ping.php" onload="test();" onerror="test();"></img> |
-<a id="a" href="resources/check-ping.php" ping="http://localhost:8000/navigation/resources/save-Ping.php">Navigate and send ping</a> |
+<img src="resources/delete-ping.php?test=cross-origin" onload="test();" onerror="test();"></img> |
+<a id="a" href="resources/check-ping.php?test=cross-origin" ping="http://localhost:8000/navigation/resources/save-Ping.php?test=cross-origin">Navigate and send ping</a> |
</body></html> |