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

Side by Side Diff: LayoutTests/fast/canvas/webgl/functions-returning-strings.html

Issue 58533003: Move fast/js/resources files to resources. (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 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script> 6 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
7 <script src="../../js/resources/js-test-pre.js"></script> 7 <script src="../../../resources/js-test.js"></script>
8 <script src="resources/webgl-test.js"></script> 8 <script src="resources/webgl-test.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
11 <div id="description"></div> 11 <div id="description"></div>
12 <div id="console"></div> 12 <div id="console"></div>
13 <canvas id="canvas" width="2" height="2"> </canvas> 13 <canvas id="canvas" width="2" height="2"> </canvas>
14 <script> 14 <script>
15 description("Test that functions returning strings really do return strings (and not e.g. null)"); 15 description("Test that functions returning strings really do return strings (and not e.g. null)");
16 debug(""); 16 debug("");
17 17
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)"); 85 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)");
86 } 86 }
87 87
88 debug(""); 88 debug("");
89 successfullyParsed = true; 89 successfullyParsed = true;
90 90
91 </script> 91 </script>
92 92
93 </body> 93 </body>
94 </html> 94 </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