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", | |
7 "url": "file:///../../data/gpu/pixel_canvas2d.html", | |
Ken Russell (switch to Gerrit)
2013/10/15 23:31:16
I think dtu is in the process of landing a CL whic
dtu
2013/10/16 01:20:41
Yup, https://chromiumcodereview.appspot.com/244510
| |
8 "navigate_steps": [ | |
9 { "action": "navigate"}, | |
10 { | |
11 "action": "wait", | |
12 "javascript": "domAutomationController._finished", | |
13 "timeout": 30 | |
14 } | |
15 ], | |
16 "revision": 1, | |
17 "test_rect": [0, 0, 400, 300] | |
18 }, | |
19 { | |
20 "name": "Pixel.CSS3DBlueBox", | |
21 "url": "file:///../../data/gpu/pixel_css3d.html", | |
22 "navigate_steps": [ | |
23 { "action": "navigate"}, | |
24 { | |
25 "action": "wait", | |
26 "javascript": "domAutomationController._finished", | |
27 "timeout": 30 | |
28 } | |
29 ], | |
30 "revision": 1, | |
31 "test_rect": [0, 0, 400, 300] | |
32 }, | |
33 { | |
34 "name": "Pixel.WebGLGreenTriangle", | |
6 "url": "file:///../../data/gpu/pixel_webgl.html", | 35 "url": "file:///../../data/gpu/pixel_webgl.html", |
7 "navigate_steps": [ | 36 "navigate_steps": [ |
8 { "action": "navigate"}, | 37 { "action": "navigate"}, |
9 { "action": "wait", "seconds": 4 } | 38 { |
10 ] | 39 "action": "wait", |
40 "javascript": "domAutomationController._finished", | |
41 "timeout": 30 | |
42 } | |
43 ], | |
44 "revision": 1, | |
45 "test_rect": [0, 0, 400, 300] | |
11 } | 46 } |
12 ] | 47 ] |
13 } | 48 } |
OLD | NEW |