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