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

Side by Side Diff: LayoutTests/fast/canvas/webgl/array-large-array-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 allocation of large array buffers"); 14 description("Verifies allocation of large array buffers");
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 } 90 }
92 91
93 runTests(); 92 runTests();
94 var successfullyParsed = true; 93 var successfullyParsed = true;
95 94
96 </script> 95 </script>
97 96
98 </body> 97 </body>
99 </html> 98 </html>
100 99
OLDNEW
« no previous file with comments | « LayoutTests/fast/box-sizing/table-cell.html ('k') | LayoutTests/fast/canvas/webgl/array-unit-tests.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698