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

Side by Side Diff: LayoutTests/http/tests/misc/resources/webtiming-cross-origin-and-back1.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../js-test-resources/js-test-pre.js"></script> 3 <script src="../../js-test-resources/js-test.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 function doRedirect() { 7 function doRedirect() {
8 window.location = "http://127.0.0.1:8000/misc/resources/webtiming-cross-orig in-and-back-redirect1.php"; 8 window.location = "http://127.0.0.1:8000/misc/resources/webtiming-cross-orig in-and-back-redirect1.php";
9 } 9 }
10 addEventListener("load", setTimeout(doRedirect, 0)); 10 addEventListener("load", setTimeout(doRedirect, 0));
11 </script> 11 </script>
12 </head> 12 </head>
13 <body> 13 <body>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698