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

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

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (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"/>
7 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script> 6 <script src="resources/desktop-gl-constants.js" type="text/javascript"></script>
8 <script src="../../js/resources/js-test-pre.js"></script> 7 <script src="../../js/resources/js-test-pre.js"></script>
9 <script src="resources/webgl-test.js"></script> 8 <script src="resources/webgl-test.js"></script>
10 </head> 9 </head>
11 <body> 10 <body>
12 <div id="description"></div> 11 <div id="description"></div>
13 <div id="console"></div> 12 <div id="console"></div>
14 <canvas id="canvas" width="2" height="2"> </canvas> 13 <canvas id="canvas" width="2" height="2"> </canvas>
15 <script> 14 <script>
16 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)");
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)"); 85 shouldReturnString("gl.getParameter(gl.SHADING_LANGUAGE_VERSION)");
87 } 86 }
88 87
89 debug(""); 88 debug("");
90 successfullyParsed = true; 89 successfullyParsed = true;
91 90
92 </script> 91 </script>
93 92
94 </body> 93 </body>
95 </html> 94 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698