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

Side by Side Diff: LayoutTests/fast/canvas/webgl/framebuffer-object-attachment.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../../js/resources/js-test-pre.js"></script> 5 <script src="../../js/resources/js-test-pre.js"></script>
6 <script src="resources/webgl-test.js"></script> 6 <script src="resources/webgl-test.js"></script>
7 <script src="resources/webgl-test-utils.js"></script> 7 <script src="resources/webgl-test-utils.js"></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <div id="description"></div> 10 <div id="description"></div>
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 checkFramebuffer(gl.FRAMEBUFFER_INCOMPLETE_DIMENSIONS); 522 checkFramebuffer(gl.FRAMEBUFFER_INCOMPLETE_DIMENSIONS);
523 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 16, 16, 0, gl.RGBA, gl.UNSIGNED_BYT E, null); 523 gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 16, 16, 0, gl.RGBA, gl.UNSIGNED_BYT E, null);
524 checkFramebuffer(gl.FRAMEBUFFER_COMPLETE); 524 checkFramebuffer(gl.FRAMEBUFFER_COMPLETE);
525 525
526 glErrorShouldBe(gl, gl.NO_ERROR); 526 glErrorShouldBe(gl, gl.NO_ERROR);
527 } 527 }
528 528
529 successfullyParsed = true; 529 successfullyParsed = true;
530 </script> 530 </script>
531 531
532 <script src="../../js/resources/js-test-post.js"></script>
533 </body> 532 </body>
534 </html> 533 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/error-reporting.html ('k') | LayoutTests/fast/canvas/webgl/framebuffer-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698