Home | History | Annotate | Download | only in video_YouTubePage
      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 
      5 AUTHOR = "dunno (a] chromium.org"
      6 NAME = "video_YouTubePage.pausing"
      7 PURPOSE = "Verify that YouTube page HTML5 video paused works"
      8 CRITERIA = """
      9 This test will fail if YouTube page HTML5 video fails to be in the 'paused'
     10 state.
     11 """
     12 TIME = "SHORT"
     13 TEST_CATEGORY = "General"
     14 TEST_CLASS = "video"
     15 TEST_TYPE = "client"
     16 BUG_TEMPLATE = {
     17     'labels': ['VideoTestFailure', 'OS-Chrome'],
     18 }
     19 
     20 DOC = """
     21 This test verifies YouTube video paused state.
     22 """
     23 
     24 _TEST_NAME = 'pausing'
     25 job.run_test('video_YouTubePage', subtest_name=_TEST_NAME,
     26              subdir_tag=_TEST_NAME)
     27