blob: 4a44aae373e867005ada2e5d7adf967b46b0b434 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "dunno@chromium.org"
NAME = "video_YouTubePagePausing"
PURPOSE = "Verify that YouTube page HTML5 video paused works"
CRITERIA = """
This test will fail if YouTube page HTML5 video fails to be in the 'paused'
state.
"""
SUITE = "youtube_page"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DOC = """
This test verifies YouTube video paused state.
"""
_TEST_NAME = 'pausing'
job.run_test('video_YouTubePage', subtest_name=_TEST_NAME,
subdir_tag=_TEST_NAME)