| Index: content/test/gpu/page_sets/pixel_tests.json
|
| diff --git a/content/test/gpu/page_sets/pixel_tests.json b/content/test/gpu/page_sets/pixel_tests.json
|
| index bd83281ff43b44209d728312cbfb883e0604064d..3aa23eeefd152f841126bf0962de9b0b0ef10385 100644
|
| --- a/content/test/gpu/page_sets/pixel_tests.json
|
| +++ b/content/test/gpu/page_sets/pixel_tests.json
|
| @@ -3,11 +3,52 @@
|
| "user_agent_type": "desktop",
|
| "pages": [
|
| {
|
| + "url": "file:///../../data/gpu/pixel_browser_plugin.html",
|
| + "navigate_steps": [
|
| + { "action": "navigate"},
|
| + {
|
| + "action": "wait",
|
| + "javascript": "domAutomationController._finished",
|
| + "timeout": 30
|
| + }
|
| + ],
|
| + "revision": 1
|
| + },
|
| + {
|
| + "url": "file:///../../data/gpu/pixel_canvas2d.html",
|
| + "navigate_steps": [
|
| + { "action": "navigate"},
|
| + {
|
| + "action": "wait",
|
| + "javascript": "domAutomationController._finished",
|
| + "timeout": 30
|
| + }
|
| + ],
|
| + "revision": 1
|
| + },
|
| + {
|
| + "url": "file:///../../data/gpu/pixel_css3d.html",
|
| + "navigate_steps": [
|
| + { "action": "navigate"},
|
| + {
|
| + "action": "wait",
|
| + "javascript": "domAutomationController._finished",
|
| + "timeout": 30
|
| + }
|
| + ],
|
| + "revision": 1
|
| + },
|
| + {
|
| "url": "file:///../../data/gpu/pixel_webgl.html",
|
| "navigate_steps": [
|
| { "action": "navigate"},
|
| - { "action": "wait", "seconds": 4 }
|
| - ]
|
| + {
|
| + "action": "wait",
|
| + "javascript": "domAutomationController._finished",
|
| + "timeout": 30
|
| + }
|
| + ],
|
| + "revision": 1
|
| }
|
| ]
|
| }
|
|
|