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

Side by Side Diff: LayoutTests/fast/canvas/webgl/oes-element-index-uint.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 OES_element_index_uint Conformance Tests</title> 5 <title>WebGL OES_element_index_uint 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 <script src="resources/webgl-test-utils.js"></script> 9 <script src="resources/webgl-test-utils.js"></script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <div id="description"></div> 12 <div id="description"></div>
13 <canvas id="canvas" style="width: 50px; height: 50px;"> </canvas> 13 <canvas id="canvas" style="width: 50px; height: 50px;"> </canvas>
14 <div id="console"></div> 14 <div id="console"></div>
15 <script id="vs" type="x-shader/x-vertex"> 15 <script id="vs" type="x-shader/x-vertex">
16 attribute vec4 vPosition; 16 attribute vec4 vPosition;
17 attribute vec4 vColor; 17 attribute vec4 vColor;
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 testPassed("bufferSubData, when buffer object was initialized with null, did not crash"); 412 testPassed("bufferSubData, when buffer object was initialized with null, did not crash");
413 } 413 }
414 414
415 debug(""); 415 debug("");
416 successfullyParsed = true; 416 successfullyParsed = true;
417 isSuccessfullyParsed(); 417 isSuccessfullyParsed();
418 418
419 </script> 419 </script>
420 </body> 420 </body>
421 </html> 421 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/null-uniform-location.html ('k') | LayoutTests/fast/canvas/webgl/oes-vertex-array-object.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698