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

Side by Side Diff: trunk/src/content/test/gpu/page_sets/pixel_tests.json

Issue 189543017: Revert 254571 "Remove the enable-d3d11 flag so that d3d11 is ena..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
« no previous file with comments | « trunk/src/chrome/browser/about_flags.cc ('k') | trunk/src/ui/gl/gl_surface_egl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": "Some basic test cases for GPU.", 2 "description": "Some basic test cases for GPU.",
3 "user_agent_type": "desktop", 3 "user_agent_type": "desktop",
4 "pages": [ 4 "pages": [
5 { 5 {
6 "name": "Pixel.Canvas2DRedBox", 6 "name": "Pixel.Canvas2DRedBox",
7 "url": "file://../../data/gpu/pixel_canvas2d.html", 7 "url": "file://../../data/gpu/pixel_canvas2d.html",
8 "navigate_steps": [ 8 "navigate_steps": [
9 { "action": "navigate"}, 9 { "action": "navigate"},
10 { 10 {
(...skipping 23 matching lines...) Expand all
34 "name": "Pixel.WebGLGreenTriangle", 34 "name": "Pixel.WebGLGreenTriangle",
35 "url": "file://../../data/gpu/pixel_webgl.html", 35 "url": "file://../../data/gpu/pixel_webgl.html",
36 "navigate_steps": [ 36 "navigate_steps": [
37 { "action": "navigate"}, 37 { "action": "navigate"},
38 { 38 {
39 "action": "wait", 39 "action": "wait",
40 "javascript": "domAutomationController._finished", 40 "javascript": "domAutomationController._finished",
41 "timeout": 30 41 "timeout": 30
42 } 42 }
43 ], 43 ],
44 "revision": 3, 44 "revision": 2,
45 "test_rect": [0, 0, 400, 300] 45 "test_rect": [0, 0, 400, 300]
46 } 46 }
47 ] 47 ]
48 } 48 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/about_flags.cc ('k') | trunk/src/ui/gl/gl_surface_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698