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

Unified Diff: tools/perf/page_sets/tough_animation_cases.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, 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
« no previous file with comments | « tools/perf/page_sets/top_25.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_animation_cases.json
diff --git a/tools/perf/page_sets/tough_animation_cases.json b/tools/perf/page_sets/tough_animation_cases.json
index 1e26bcf134283c59b945fd084b68be301868b279..cba0f31ba06ae4d5e780adfb5abd54edcac6a0a2 100644
--- a/tools/perf/page_sets/tough_animation_cases.json
+++ b/tools/perf/page_sets/tough_animation_cases.json
@@ -1,6 +1,6 @@
{
"description": "A collection of animation performance tests",
- "smoothness": { "action": "wait", "condition": "duration", "seconds": 5 },
+ "smoothness": { "action": "wait", "seconds": 5 },
"pages": [
{
"url": "file:///tough_animation_cases/keyframed_animations.html",
« no previous file with comments | « tools/perf/page_sets/top_25.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698