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

Side by Side Diff: LayoutTests/fast/canvas/webgl/webgl-viewport-parameters-preserved.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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../js/resources/js-test-pre.js"></script> 3 <script src="../../js/resources/js-test-pre.js"></script>
4 <script src="resources/webgl-test.js"></script> 4 <script src="resources/webgl-test.js"></script>
5 <script src="resources/webgl-test-utils.js"> </script> 5 <script src="resources/webgl-test-utils.js"> </script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <div id="description"></div> 8 <div id="description"></div>
9 <div id="console"></div> 9 <div id="console"></div>
10 <script> 10 <script>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 context.clearColor(255, 0, 0, 255); 48 context.clearColor(255, 0, 0, 255);
49 context.clear(context.COLOR_BUFFER_BIT | context.DEPTH_BUFFER_BIT); 49 context.clear(context.COLOR_BUFFER_BIT | context.DEPTH_BUFFER_BIT);
50 50
51 // We need to ensure that the compositor has run before the drawing 51 // We need to ensure that the compositor has run before the drawing
52 // takes place. Setting a timeout of zero causes the compositor to run before 52 // takes place. Setting a timeout of zero causes the compositor to run before
53 // the draw call. Using requestAnimationFrame caused the test to time-out. 53 // the draw call. Using requestAnimationFrame caused the test to time-out.
54 setTimeout(draw, 0); 54 setTimeout(draw, 0);
55 } 55 }
56 </script> 56 </script>
57 <script src="../../js/resources/js-test-post.js"></script>
58 <canvas id="webgl-canvas" width="32px" height="32px"></canvas> 57 <canvas id="webgl-canvas" width="32px" height="32px"></canvas>
59 </body> 58 </body>
60 </html> 59 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/webgl-unprefixed-context-id.html ('k') | LayoutTests/fast/canvas/winding-enumeration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698