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

Side by Side Diff: tools/gpu_validation/unittest_data/webgl.html

Issue 11668013: Added GPU stress test with multiple tabs in one single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renames run_tests. Created 7 years, 9 months 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 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 var alreadySetAutomationId = false; 9 var alreadySetAutomationId = false;
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 if (query) 102 if (query)
103 contextLostTest(query[1]); 103 contextLostTest(query[1]);
104 } 104 }
105 </script> 105 </script>
106 </head> 106 </head>
107 <body onload="onLoad()"> 107 <body onload="onLoad()">
108 <canvas id="canvas1" width="16px" height="32px"> 108 <canvas id="canvas1" width="16px" height="32px">
109 </canvas> 109 </canvas>
110 </body> 110 </body>
111 </html> 111 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698