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

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

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets Created 3 years, 6 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/dummy_story_set.py
diff --git a/tools/perf/page_sets/dummy_story_set.py b/tools/perf/page_sets/dummy_story_set.py
index acecff8c1add75a1ae2b739dc2deed4b719b4489..d3609db4f41ccf42fa49fb21e1960fc1c9bc30f7 100644
--- a/tools/perf/page_sets/dummy_story_set.py
+++ b/tools/perf/page_sets/dummy_story_set.py
@@ -17,19 +17,6 @@ class DummyPage(page_module.Page):
assert action_runner.EvaluateJavaScript('1 + window.__dummy_value') == 2
-class BrokenDummyPage(page_module.Page):
-
- def __init__(self, page_set):
- super(BrokenDummyPage, self).__init__(
- url='file://dummy_pages/dummy_page.html',
- name='Broken dummy page',
- page_set=page_set)
-
- def RunPageInteractions(self, action_runner):
- # The call below should raise an AssertionError
- assert action_runner.EvaluateJavaScript('1 + window.__dummy_value') == 3
-
-
class DummyStorySet(story.StorySet):
def __init__(self):
« no previous file with comments | « tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py ('k') | tools/perf/page_sets/google_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698