Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: LayoutTests/http/tests/navigation/ping-same-origin.html

Issue 334113003: Deflake http/tests/navigation/ping-*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/navigation/ping-same-origin.html
diff --git a/LayoutTests/http/tests/navigation/ping-same-origin.html b/LayoutTests/http/tests/navigation/ping-same-origin.html
index 32d16dc756c2ffa9c5f2884009220617a4760504..026e9ff56660aa2adfc8d0c3c8a2ff8c7d762a99 100644
--- a/LayoutTests/http/tests/navigation/ping-same-origin.html
+++ b/LayoutTests/http/tests/navigation/ping-same-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="resources/save-Ping.php">Navigate and send ping</a>
+<img src="resources/delete-ping.php?test=same-origin" onload="test();" onerror="test();"></img>
+<a id="a" href="resources/check-ping.php?test=same-origin" ping="resources/save-Ping.php?test=same-origin">Navigate and send ping</a>
</body></html>

Powered by Google App Engine
This is Rietveld 408576698