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

Side by Side Diff: content/test/data/gpu/webgl.html

Issue 10984040: Enable gpu crash tests in content (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: expose the symbol of kSkipGpuDataLoading to avoid compile errors Created 8 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
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript"> 3 <script type="text/javascript">
4 var canvas; 4 var canvas;
5 var w, h; 5 var w, h;
6 var gl; 6 var gl;
7 var extension; 7 var extension;
8 8
9 function testHorizontalBands() { 9 function testHorizontalBands() {
10 gl.enable(gl.SCISSOR_TEST); 10 gl.enable(gl.SCISSOR_TEST);
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 document.title = "SUCCESS: " + renderer; 99 document.title = "SUCCESS: " + renderer;
100 } 100 }
101 } 101 }
102 </script> 102 </script>
103 </head> 103 </head>
104 <body onload="onLoad()"> 104 <body onload="onLoad()">
105 <canvas id="canvas1" width="16px" height="32px"> 105 <canvas id="canvas1" width="16px" height="32px">
106 </canvas> 106 </canvas>
107 </body> 107 </body>
108 </html> 108 </html>
OLDNEW
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698