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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/ping-cookie-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html><head> 1 <html><head>
2 <title>Ping</title> 2 <title>Ping</title>
3 <script> 3 <script>
4 4
5 var testCalled = false; 5 var testCalled = false;
6 6
7 function test() { 7 function test() {
8 if (!testCalled) { 8 if (!testCalled) {
9 if (window.testRunner) { 9 if (window.testRunner) {
10 testRunner.dumpAsText(); 10 testRunner.dumpAsText();
(...skipping 24 matching lines...) Expand all
35 var a = document.getElementById("a"); 35 var a = document.getElementById("a");
36 eventSender.mouseMoveTo(a.offsetLeft + 2, a.offsetTop + 2); 36 eventSender.mouseMoveTo(a.offsetLeft + 2, a.offsetTop + 2);
37 eventSender.mouseDown(); 37 eventSender.mouseDown();
38 eventSender.mouseUp(); 38 eventSender.mouseUp();
39 } 39 }
40 } 40 }
41 41
42 </script> 42 </script>
43 </head> 43 </head>
44 <body onload="test();"> 44 <body onload="test();">
45 <img src="resources/delete-ping.php" onload="test();" onerror="test();"></img> 45 <img src="resources/delete-ping.php?test=cookie" onload="test();" onerror="test( );"></img>
46 <a id="a" href="resources/check-ping.php" ping="resources/save-Ping.php">Navigat e and send ping</a> 46 <a id="a" href="resources/check-ping.php?test=cookie" ping="resources/save-Ping. php?test=cookie">Navigate and send ping</a>
47 </body></html> 47 </body></html>
OLDNEW
« 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