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 "url": "file:///../../data/gpu/pixel_browser_plugin.html", |
| 7 "navigate_steps": [ |
| 8 { "action": "navigate"}, |
| 9 { |
| 10 "action": "wait", |
| 11 "javascript": "domAutomationController._finished", |
| 12 "timeout": 30 |
| 13 } |
| 14 ], |
| 15 "revision": 1 |
| 16 }, |
| 17 { |
| 18 "url": "file:///../../data/gpu/pixel_canvas2d.html", |
| 19 "navigate_steps": [ |
| 20 { "action": "navigate"}, |
| 21 { |
| 22 "action": "wait", |
| 23 "javascript": "domAutomationController._finished", |
| 24 "timeout": 30 |
| 25 } |
| 26 ], |
| 27 "revision": 1 |
| 28 }, |
| 29 { |
| 30 "url": "file:///../../data/gpu/pixel_css3d.html", |
| 31 "navigate_steps": [ |
| 32 { "action": "navigate"}, |
| 33 { |
| 34 "action": "wait", |
| 35 "javascript": "domAutomationController._finished", |
| 36 "timeout": 30 |
| 37 } |
| 38 ], |
| 39 "revision": 1 |
| 40 }, |
| 41 { |
6 "url": "file:///../../data/gpu/pixel_webgl.html", | 42 "url": "file:///../../data/gpu/pixel_webgl.html", |
7 "navigate_steps": [ | 43 "navigate_steps": [ |
8 { "action": "navigate"}, | 44 { "action": "navigate"}, |
9 { "action": "wait", "seconds": 4 } | 45 { |
10 ] | 46 "action": "wait", |
| 47 "javascript": "domAutomationController._finished", |
| 48 "timeout": 30 |
| 49 } |
| 50 ], |
| 51 "revision": 1 |
11 } | 52 } |
12 ] | 53 ] |
13 } | 54 } |
OLD | NEW |