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

Unified Diff: LayoutTests/http/tests/navigation/ping-cookie.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/ping-cookie-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/navigation/ping-cookie.html
diff --git a/LayoutTests/http/tests/navigation/ping-cookie.html b/LayoutTests/http/tests/navigation/ping-cookie.html
index f6edccc1bf16e404820dfad404f4237848f11e46..e0a4dd5e6b0f5b84d87148565192aea6a9960245 100644
--- a/LayoutTests/http/tests/navigation/ping-cookie.html
+++ b/LayoutTests/http/tests/navigation/ping-cookie.html
@@ -42,6 +42,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=cookie" onload="test();" onerror="test();"></img>
+<a id="a" href="resources/check-ping.php?test=cookie" ping="resources/save-Ping.php?test=cookie">Navigate and send ping</a>
</body></html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/ping-cookie-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698