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

Side by Side Diff: LayoutTests/fast/canvas/webgl/data-view-test.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="description"></div> 6 <div id="description"></div>
7 <div id="console"></div> 7 <div id="console"></div>
8 8
9 <script> 9 <script>
10 description("Test DataView."); 10 description("Test DataView.");
11 11
12 var intArray1 = [0, 1, 2, 3, 100, 101, 102, 103, 128, 129, 130, 131, 252, 253, 2 54, 255]; 12 var intArray1 = [0, 1, 2, 3, 100, 101, 102, 103, 128, 129, 130, 131, 252, 253, 2 54, 255];
13 var intArray2 = [31, 32, 33, 0, 1, 2, 3, 100, 101, 102, 103, 128, 129, 130, 131, 252, 253, 254, 255]; 13 var intArray2 = [31, 32, 33, 0, 1, 2, 3, 100, 101, 102, 103, 128, 129, 130, 131, 252, 253, 254, 255];
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 } 345 }
346 346
347 runConstructorTests(); 347 runConstructorTests();
348 runGetTests(); 348 runGetTests();
349 runSetTests(); 349 runSetTests();
350 runIndexingTests(); 350 runIndexingTests();
351 </script> 351 </script>
352 352
353 </body> 353 </body>
354 </html> 354 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/data-view-crash.html ('k') | LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698