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

Side by Side Diff: LayoutTests/fast/css/max-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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 return; 53 return;
54 } 54 }
55 55
56 setTimeout("waitForStylesheetLoad()", timeout); 56 setTimeout("waitForStylesheetLoad()", timeout);
57 } 57 }
58 </script> 58 </script>
59 </head> 59 </head>
60 <body onload="doTest()"> 60 <body onload="doTest()">
61 </body> 61 </body>
62 </html> 62 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/margin-start-end.html ('k') | LayoutTests/fast/css/max-height-and-max-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698