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

Side by Side Diff: LayoutTests/fast/canvas/webgl/functions-returning-strings.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 <title>WebGL Conformance Tests</title> 5 <title>WebGL Conformance Tests</title>
6 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/> 6 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/>
7 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script> 7 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
8 <script src="../../js/resources/js-test-pre.js"></script> 8 <script src="../../js/resources/js-test-pre.js"></script>
9 <script src="resources/webgl-test.js"></script> 9 <script src="resources/webgl-test.js"></script>
10 </head> 10 </head>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 shouldReturnString("gl.getParameter(gl.VENDOR)"); 83 shouldReturnString("gl.getParameter(gl.VENDOR)");
84 shouldReturnString("gl.getParameter(gl.RENDERER)"); 84 shouldReturnString("gl.getParameter(gl.RENDERER)");
85 shouldReturnString("gl.getParameter(gl.VERSION)"); 85 shouldReturnString("gl.getParameter(gl.VERSION)");
86 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)"); 86 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)");
87 } 87 }
88 88
89 debug(""); 89 debug("");
90 successfullyParsed = true; 90 successfullyParsed = true;
91 91
92 </script> 92 </script>
93 <script src="../../js/resources/js-test-post.js"></script>
94 93
95 </body> 94 </body>
96 </html> 95 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/framebuffer-test.html ('k') | LayoutTests/fast/canvas/webgl/get-active-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698