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

Unified Diff: tools/perf/page_sets/key_silk_cases.py

Issue 952733002: key_silk_cases/list_animation_simple.html: there should always be exactly 1 layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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 | « no previous file | tools/perf/page_sets/key_silk_cases/list_animation_simple.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_silk_cases.py
diff --git a/tools/perf/page_sets/key_silk_cases.py b/tools/perf/page_sets/key_silk_cases.py
index dee9ef8b16b7077c739bed07ab63ae7394a932e2..25ceb21a4bb73f5ad360625d9aa55c73c023c69b 100644
--- a/tools/perf/page_sets/key_silk_cases.py
+++ b/tools/perf/page_sets/key_silk_cases.py
@@ -63,7 +63,7 @@ class Page2(KeySilkCasesPage):
def __init__(self, page_set, run_no_page_interactions):
super(Page2, self).__init__(
- url='http://groupcloned.com/test/plain/list-animation-simple.html',
+ url='file://key_silk_cases/list_animation_simple.html',
page_set=page_set, run_no_page_interactions=run_no_page_interactions)
def PerformPageInteractions(self, action_runner):
« no previous file with comments | « no previous file | tools/perf/page_sets/key_silk_cases/list_animation_simple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698