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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cookie.html

Issue 2702113003: Move tests for sendBeacon to a separate dedicated directory for clearer ownership (Closed)
Patch Set: a Created 3 years, 10 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="/js-test-resources/js-test.js"></script> 4 <script src="/js-test-resources/js-test.js"></script>
5 <script> 5 <script>
6 description("Checking transmission of Beacons involving cookies."); 6 description("Checking transmission of Beacons involving cookies.");
7 7
8 window.jsTestIsAsync = true; 8 window.jsTestIsAsync = true;
9 9
10 function test() { 10 function test() {
(...skipping 30 matching lines...) Expand all
41 finishJSTest(); 41 finishJSTest();
42 }; 42 };
43 43
44 xhr.send(); 44 xhr.send();
45 } 45 }
46 </script> 46 </script>
47 </head> 47 </head>
48 <body onload="test();"> 48 <body onload="test();">
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698