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

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

Issue 440203002: Merge 283085 "Added more detailed result codes for CreateViewCom..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/test/gpu/gpu_tests/context_lost.py » ('j') | 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 gl; 4 var gl;
5 // For some reason, when running this test in automated fashion, it 5 // For some reason, when running this test in automated fashion, it
6 // triggers the bug reliably if the first frame with back-to-back 6 // triggers the bug reliably if the first frame with back-to-back
7 // events happens a certain number of frames into the test execution. 7 // events happens a certain number of frames into the test execution.
8 var numFrames = 202; 8 var numFrames = 202;
9 var intensity = 255; 9 var intensity = 255;
10 var contextWasLost = false; 10 var contextWasLost = false;
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <select id="dropdown"> 68 <select id="dropdown">
69 <option value="option1">option1</option> 69 <option value="option1">option1</option>
70 <option value="option2">option2</option> 70 <option value="option2">option2</option>
71 <option value="option3">option3</option> 71 <option value="option3">option3</option>
72 <option value="option4">option4</option> 72 <option value="option4">option4</option>
73 </select> 73 </select>
74 <canvas id="canvas1" width="32px" height="32px"> 74 <canvas id="canvas1" width="32px" height="32px">
75 </canvas> 75 </canvas>
76 </body> 76 </body>
77 </html> 77 </html>
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/test/gpu/gpu_tests/context_lost.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698