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

Side by Side Diff: LayoutTests/fast/canvas/webgl/type-conversion-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 <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 </head> 6 </head>
7 <body> 7 <body>
8 <div id="description"></div> 8 <div id="description"></div>
9 <div id="console"></div> 9 <div id="console"></div>
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 func1("context.uniform3f(loc, argument, 0, 0)"); 131 func1("context.uniform3f(loc, argument, 0, 0)");
132 func1("context.uniform3f(loc, 0, argument, 0)"); 132 func1("context.uniform3f(loc, 0, argument, 0)");
133 func1("context.uniform3f(loc, 0, 0, argument)"); 133 func1("context.uniform3f(loc, 0, 0, argument)");
134 func1("context.uniform4f(loc, argument, 0, 0, 0)"); 134 func1("context.uniform4f(loc, argument, 0, 0, 0)");
135 func1("context.uniform4f(loc, 0, argument, 0, 0)"); 135 func1("context.uniform4f(loc, 0, argument, 0, 0)");
136 func1("context.uniform4f(loc, 0, 0, argument, 0)"); 136 func1("context.uniform4f(loc, 0, 0, argument, 0)");
137 func1("context.uniform4f(loc, 0, 0, 0, argument)"); 137 func1("context.uniform4f(loc, 0, 0, 0, argument)");
138 } 138 }
139 </script> 139 </script>
140 140
141 <script src="../../js/resources/js-test-post.js"></script>
142 </body> 141 </body>
143 </html> 142 </html>
144 143
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/triangle.html ('k') | LayoutTests/fast/canvas/webgl/uniform-array-length-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698