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..5fe9316b3d078c6a39fc04ab75caf439a8d424b8 100644 |
--- a/content/test/gpu/page_sets/pixel_tests.json |
+++ b/content/test/gpu/page_sets/pixel_tests.json |
@@ -3,11 +3,36 @@ |
"user_agent_type": "desktop", |
"pages": [ |
{ |
+ "url": "file:///../../data/gpu/pixel_browser_plugin.html", |
+ "navigate_steps": [ |
+ { "action": "navigate"}, |
+ { "action": "wait", "seconds": 2 } |
piman
2013/09/04 19:31:24
Rather than wait an arbitrary number of seconds (a
Ken Russell (switch to Gerrit)
2013/09/05 00:27:04
Agree 100%. While frame-synced snapshots are in de
|
+ ], |
+ "revision": 1 |
+ }, |
+ { |
+ "url": "file:///../../data/gpu/pixel_canvas2d.html", |
+ "navigate_steps": [ |
+ { "action": "navigate"}, |
+ { "action": "wait", "seconds": 2 } |
+ ], |
+ "revision": 1 |
+ }, |
+ { |
+ "url": "file:///../../data/gpu/pixel_css3d.html", |
+ "navigate_steps": [ |
+ { "action": "navigate"}, |
+ { "action": "wait", "seconds": 2 } |
+ ], |
+ "revision": 1 |
+ }, |
+ { |
"url": "file:///../../data/gpu/pixel_webgl.html", |
"navigate_steps": [ |
{ "action": "navigate"}, |
- { "action": "wait", "seconds": 4 } |
- ] |
+ { "action": "wait", "seconds": 2 } |
+ ], |
+ "revision": 1 |
} |
] |
} |