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_webgl.html", | 6 "url": "file://../../data/gpu/pixel_webgl.html", |
7 "navigate_steps": [ | 7 "navigate_steps": [ |
8 { "action": "navigate"}, | 8 { "action": "navigate"}, |
9 { "action": "wait", "seconds": 4 } | 9 { "action": "wait", "seconds": 4 } |
10 ] | 10 ] |
11 } | 11 } |
12 ] | 12 ] |
13 } | 13 } |
OLD | NEW |