OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |