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

Side by Side Diff: LayoutTests/fast/canvas/webgl/tex-sub-image-2d.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 <script src="resources/webgl-test.js"></script> 4 <script src="resources/webgl-test.js"></script>
5 <script src="resources/webgl-test-utils.js"></script> 5 <script src="resources/webgl-test-utils.js"></script>
6 <script id="fshader" type="x-shader/x-fragment"> 6 <script id="fshader" type="x-shader/x-fragment">
7 #ifdef GL_ES 7 #ifdef GL_ES
8 precision highp float; 8 precision highp float;
9 #endif 9 #endif
10 uniform sampler2D tex; 10 uniform sampler2D tex;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 buf[4 * i + 2] + "), should be (" + 79 buf[4 * i + 2] + "), should be (" +
80 val + ", " + val + ", " + val + ")"); 80 val + ", " + val + ", " + val + ")");
81 passed = false; 81 passed = false;
82 break; 82 break;
83 } 83 }
84 } 84 }
85 85
86 if (passed) 86 if (passed)
87 testPassed(""); 87 testPassed("");
88 </script> 88 </script>
89 <script src="../../js/resources/js-test-post.js"></script>
90 </body> 89 </body>
91 </html> 90 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/tex-input-validation.html ('k') | LayoutTests/fast/canvas/webgl/tex-sub-image-2d-bad-args.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698