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

Side by Side Diff: LayoutTests/fast/canvas/webgl/array-bounds-clamping.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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd"> 2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>WebGL array bounds clamping conformance test.</title> 5 <title>WebGL array bounds clamping conformance test.</title>
6 <script src="../../js/resources/js-test-pre.js"></script> 6 <script src="../../../resources/js-test.js"></script>
7 <script src="resources/webgl-test.js"> </script> 7 <script src="resources/webgl-test.js"> </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <canvas id="example" width="40" height="40" style="width: 40px; height: 40px;">< /canvas> 10 <canvas id="example" width="40" height="40" style="width: 40px; height: 40px;">< /canvas>
11 <div id="description"></div> 11 <div id="description"></div>
12 <div id="console"></div> 12 <div id="console"></div>
13 <script id="vshader" type="x-shader/x-vertex"> 13 <script id="vshader" type="x-shader/x-vertex">
14 #ifdef GL_ES 14 #ifdef GL_ES
15 precision highp float; 15 precision highp float;
16 #endif 16 #endif
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 } 96 }
97 testPassed(msg); 97 testPassed(msg);
98 } 98 }
99 } 99 }
100 100
101 init(); 101 init();
102 </script> 102 </script>
103 </body> 103 </body>
104 </html> 104 </html>
105 105
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/WebGLContextEvent.html ('k') | LayoutTests/fast/canvas/webgl/array-buffer-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698