Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: content/test/gpu/page_sets/pixel_tests.json

Issue 22883011: Removing Page.WaitToLoad and update all pagesets to use explicit wait actions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7581ff800b6325282c269c2eb97e563b12d72fed..08586a3c8a217d40ad3f7cca277cbf1870fda5d0 100644
--- a/content/test/gpu/page_sets/pixel_tests.json
+++ b/content/test/gpu/page_sets/pixel_tests.json
@@ -4,7 +4,10 @@
"pages": [
{
"url": "file:///../../data/gpu/pixel_webgl.html",
- "wait_seconds": 4
+ "navigate_steps": [
+ { "action": "navigate"},
+ { "action": "wait", "condition": "duration", "seconds": 4 }
tonyg 2013/08/21 00:04:33 Should this be "condition": "seconds"?
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698