Commit 415038a6 authored by prabhur@chromium.org's avatar prabhur@chromium.org

Adding v new p9 page to tough_video_cases.

Review URL: https://codereview.chromium.org/396213006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284206 0039d316-1c4b-4281-b951-d872f2087c98
parent a692ad9d
...@@ -426,6 +426,17 @@ class Page29(ToughVideoCasesPage): ...@@ -426,6 +426,17 @@ class Page29(ToughVideoCasesPage):
def RunMediaMetrics(self, action_runner): def RunMediaMetrics(self, action_runner):
self.LoopMixedAudio(action_runner) self.LoopMixedAudio(action_runner)
class Page30(ToughVideoCasesPage):
def __init__(self, page_set):
super(Page30, self).__init__(
url='file://tough_video_cases/video.html?src=tulip2.vp9.webm',
page_set=page_set)
self.add_browser_metrics = True
def RunMediaMetrics(self, action_runner):
self.PlayAction(action_runner)
class ToughVideoCasesPageSet(page_set_module.PageSet): class ToughVideoCasesPageSet(page_set_module.PageSet):
...@@ -465,3 +476,4 @@ class ToughVideoCasesPageSet(page_set_module.PageSet): ...@@ -465,3 +476,4 @@ class ToughVideoCasesPageSet(page_set_module.PageSet):
self.AddPage(Page27(self)) self.AddPage(Page27(self))
self.AddPage(Page28(self)) self.AddPage(Page28(self))
self.AddPage(Page29(self)) self.AddPage(Page29(self))
self.AddPage(Page30(self))
ed72683c4dcea40bf452b64cb42d54fbdcb1c169
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment