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

Side by Side Diff: LayoutTests/fast/canvas/webgl/array-unit-tests.html

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="../../resources/js-test-style.css"/>
6 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.js"></script>
7 <script src="resources/webgl-test.js"></script> 6 <script src="resources/webgl-test.js"></script>
8 <script src="resources/typed-array-test-cases.js"></script> 7 <script src="resources/typed-array-test-cases.js"></script>
9 </head> 8 </head>
10 <body> 9 <body>
11 <div id="description"></div> 10 <div id="description"></div>
12 <div id="console"></div> 11 <div id="console"></div>
13 12
14 <script> 13 <script>
15 description("Verifies the functionality of the new array-like objects in the Typ edArray spec"); 14 description("Verifies the functionality of the new array-like objects in the Typ edArray spec");
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 printSummary(); 1014 printSummary();
1016 } 1015 }
1017 1016
1018 runTests(); 1017 runTests();
1019 var successfullyParsed = true; 1018 var successfullyParsed = true;
1020 1019
1021 </script> 1020 </script>
1022 1021
1023 </body> 1022 </body>
1024 </html> 1023 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698