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

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

Issue 2929003003: Remove Page35 "crowd720_vp9.webm&seek" since not needed. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_video_cases.py
diff --git a/tools/perf/page_sets/tough_video_cases.py b/tools/perf/page_sets/tough_video_cases.py
index fb487d55c91d5db0735def4df89cdfb83d2e5fc8..e32cf3efd5c88b24881c58cc320651cd36ee6762 100644
--- a/tools/perf/page_sets/tough_video_cases.py
+++ b/tools/perf/page_sets/tough_video_cases.py
@@ -372,20 +372,6 @@ class Page34(ToughVideoCasesPage):
self.PlayAction(action_runner)
-class Page35(ToughVideoCasesPage):
-
- def __init__(self, page_set):
- super(Page35, self).__init__(
- url='file://tough_video_cases/video.html?src=crowd720_vp9.webm&seek',
- page_set=page_set,
- tags=['vp9', 'video_only', 'seek'])
-
- self.skip_basic_metrics = True
-
- def RunPageInteractions(self, action_runner):
- self.SeekBeforeAndAfterPlayhead(action_runner)
-
-
class Page36(ToughVideoCasesPage):
def __init__(self, page_set):
@@ -439,5 +425,4 @@ class ToughVideoCasesPageSet(story.StorySet):
self.AddStory(Page26(self))
self.AddStory(Page31(self))
self.AddStory(Page33(self))
- self.AddStory(Page35(self))
self.AddStory(Page36(self))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698