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

Side by Side Diff: LayoutTests/fast/canvas/webgl/invalid-passed-params.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/desktop-gl-constants.js"></script> 5 <script src="resources/desktop-gl-constants.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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 debug("Test getUniformLocation() with invalid characters"); 153 debug("Test getUniformLocation() with invalid characters");
154 for (var i = 0; i < invalidSet.length; ++i) { 154 for (var i = 0; i < invalidSet.length; ++i) {
155 var invalidName = validUniformName + invalidSet[i]; 155 var invalidName = validUniformName + invalidSet[i];
156 context.getUniformLocation(program, invalidName); 156 context.getUniformLocation(program, invalidName);
157 shouldBe("context.getError()", "context.INVALID_VALUE"); 157 shouldBe("context.getError()", "context.INVALID_VALUE");
158 } 158 }
159 159
160 debug("") 160 debug("")
161 </script> 161 </script>
162 162
163 <script src="../../js/resources/js-test-post.js"></script>
164 </body> 163 </body>
165 </html> 164 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/invalid-UTF-16.html ('k') | LayoutTests/fast/canvas/webgl/is-object.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698