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

Side by Side Diff: LayoutTests/fast/canvas/webgl/texture-complete.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 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 "Texture Complete" texture conformance test.</title> 5 <title>WebGL "Texture Complete" texture conformance test.</title>
6 <script src="../../js/resources/js-test-pre.js"></script> 6 <script src="../../js/resources/js-test-pre.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>
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 return; 115 return;
116 } 116 }
117 } 117 }
118 testPassed(msg); 118 testPassed(msg);
119 } 119 }
120 } 120 }
121 121
122 init(); 122 init();
123 </script> 123 </script>
124 124
125 <script src="../../js/resources/js-test-post.js"></script>
126 125
127 </body> 126 </body>
128 </html> 127 </html>
129 128
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/texture-active-bind.html ('k') | LayoutTests/fast/canvas/webgl/texture-npot.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698