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

Side by Side Diff: LayoutTests/fast/dom/Window/new-window-opener.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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>New Window Opener Test</title> 4 <title>New Window Opener Test</title>
5 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../../resources/js-test.js"></script>
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 9
10 <script type="text/javascript"> 10 <script type="text/javascript">
11 if (window.testRunner) { 11 if (window.testRunner) {
12 testRunner.dumpAsText(); 12 testRunner.dumpAsText();
13 testRunner.waitUntilDone(); 13 testRunner.waitUntilDone();
14 testRunner.setCanOpenWindows(); 14 testRunner.setCanOpenWindows();
15 } 15 }
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 return; 110 return;
111 } 111 }
112 setTimeout(doneHandler, 1); 112 setTimeout(doneHandler, 1);
113 } 113 }
114 } 114 }
115 115
116 </script> 116 </script>
117 </body> 117 </body>
118 </html> 118 </html>
119 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698