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

Side by Side Diff: LayoutTests/fast/canvas/webgl/data-view-test.html

Issue 48903019: Delete js-test-post.js. (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="../../js/resources/js-test-pre.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.");
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 shouldBeDefined("view[0] = 3"); 343 shouldBeDefined("view[0] = 3");
344 shouldBe("view.getUint8(0)", "1"); 344 shouldBe("view.getUint8(0)", "1");
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 <script src="../../js/resources/js-test-post.js"></script>
354 </body> 353 </body>
355 </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