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

Unified Diff: tools/perf/page_sets/tough_canvas_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
Index: tools/perf/page_sets/tough_canvas_cases.json
diff --git a/tools/perf/page_sets/tough_canvas_cases.json b/tools/perf/page_sets/tough_canvas_cases.json
index dde8ef8cc8e88c26532bf18cad5e9f612f167b7e..a2ca25bdd5e33ebe79fe00517c810c486d6b8753 100644
--- a/tools/perf/page_sets/tough_canvas_cases.json
+++ b/tools/perf/page_sets/tough_canvas_cases.json
@@ -2,7 +2,7 @@
"description": "Self-driven Canvas2D animation examples",
"archive_data_file": "../data/tough_canvas_cases.json",
"make_javascript_deterministic": false,
- "smoothness": { "action": "wait", "condition": "duration", "seconds": 5 },
+ "smoothness": { "action": "wait", "seconds": 5 },
"pages": [
{ "url":"http://mudcu.be/labs/JS1k/BreathingGalaxies.html" },
{ "url":"http://runway.countlessprojects.com/prototype/performance_test.html" },
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.json ('k') | tools/telemetry/telemetry/page/actions/click_element.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698