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

Side by Side Diff: LayoutTests/fast/css/device-aspect-ratio.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 id="myhead"> 3 <head id="myhead">
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script> 5 <script>
6 if (window.testRunner) { 6 if (window.testRunner) {
7 window.testRunner.waitUntilDone(); 7 window.testRunner.waitUntilDone();
8 } 8 }
9 9
10 var count = 0; 10 var count = 0;
11 var maxCount = 10; 11 var maxCount = 10;
12 var timeout = 100; 12 var timeout = 100;
13 13
14 function doTest() 14 function doTest()
(...skipping 26 matching lines...) Expand all
41 return; 41 return;
42 } 42 }
43 43
44 setTimeout("waitForStylesheetLoad()", timeout); 44 setTimeout("waitForStylesheetLoad()", timeout);
45 } 45 }
46 </script> 46 </script>
47 </head> 47 </head>
48 <body onload="doTest()"> 48 <body onload="doTest()">
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698