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

Side by Side 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: Putting default navigate_steps inside page_set rather than page Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_robustness.py ('k') | tools/perf/page_sets/2012Q3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "wait_seconds": 4 7 "navigate_steps": [
8 { "action": "navigate"},
9 { "action": "wait", "seconds": 4 }
10 ]
8 } 11 }
9 ] 12 ]
10 } 13 }
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_robustness.py ('k') | tools/perf/page_sets/2012Q3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698