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

Side by Side Diff: LayoutTests/fast/canvas/webgl/object-deletion-behaviour.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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 shouldGenerateGLError(gl, gl.NO_ERROR, "gl.clear(gl.COLOR_BUFFER_BIT)"); 410 shouldGenerateGLError(gl, gl.NO_ERROR, "gl.clear(gl.COLOR_BUFFER_BIT)");
411 shouldGenerateGLError(gl, gl.NO_ERROR, 'wtu.checkCanvasRect(gl, 0, 0, 300, 150 , [0,255,0,255], "fbo should be green")'); 411 shouldGenerateGLError(gl, gl.NO_ERROR, 'wtu.checkCanvasRect(gl, 0, 0, 300, 150 , [0,255,0,255], "fbo should be green")');
412 shouldGenerateGLError(gl, gl.NO_ERROR, "gl.bindFramebuffer(gl.FRAMEBUFFER, nul l)"); 412 shouldGenerateGLError(gl, gl.NO_ERROR, "gl.bindFramebuffer(gl.FRAMEBUFFER, nul l)");
413 // check again because many buggy implementations will have bound to the true backbuffer on deleteFramebuffer. 413 // check again because many buggy implementations will have bound to the true backbuffer on deleteFramebuffer.
414 shouldGenerateGLError(gl, gl.NO_ERROR, 'wtu.checkCanvasRect(gl, 0, 0, 300, 150 , [0,255,0,255], "fbo should be green")'); 414 shouldGenerateGLError(gl, gl.NO_ERROR, 'wtu.checkCanvasRect(gl, 0, 0, 300, 150 , [0,255,0,255], "fbo should be green")');
415 } 415 }
416 416
417 successfullyParsed = true; 417 successfullyParsed = true;
418 </script> 418 </script>
419 419
420 <script src="../../js/resources/js-test-post.js"></script>
421 </body> 420 </body>
422 </html> 421 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/null-uniform-location.html ('k') | LayoutTests/fast/canvas/webgl/point-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698