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_YouTubeMseEme" 7PURPOSE = "Verify Chrome MSE/EME works for YouTube." 8CRITERIA = """ 9This test will fail if the browser's initial MSE/EME video state doesn't conform 10to the standards. 11""" 12ATTRIBUTES = "suite:youtube_mse_eme" 13SUITE = "youtube_mse_eme" 14TIME = "SHORT" 15TEST_CATEGORY = "General" 16TEST_CLASS = "video" 17TEST_TYPE = "client" 18BUG_TEMPLATE = { 19 'labels': ['VideoTestFailure', 'OS-Chrome'], 20} 21 22DOC = """ 23This test verifies Chrome MSE/EME implementation is fit for YouTube. 24""" 25 26_TEST_NAME = 'initial_video_state' 27job.run_test( 28 'video_YouTubeMseEme', 29 subtest_name=_TEST_NAME, 30 subdir_tag=_TEST_NAME) 31