• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "dunno@chromium.org"
6NAME = "video_YouTubePage.seeking"
7PURPOSE = "Verify that YouTube page HTML5 video seek works"
8CRITERIA = """
9This test will fail if YouTube page HTML5 video fails to seek.
10"""
11ATTRIBUTES = "suite:youtube_page"
12SUITE = "youtube_page"
13TIME = "SHORT"
14TEST_CATEGORY = "General"
15TEST_CLASS = "video"
16TEST_TYPE = "client"
17BUG_TEMPLATE = {
18    'labels': ['VideoTestFailure', 'OS-Chrome'],
19}
20
21DOC = """
22This test verifies YouTube video can seek.
23"""
24
25_TEST_NAME = 'seeking'
26job.run_test('video_YouTubePage', subtest_name=_TEST_NAME,
27             subdir_tag=_TEST_NAME)
28