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.append" 7PURPOSE = "Verify Chrome MSE/EME works for YouTube." 8CRITERIA = """ 9This test will fail if media data can not be appended to source buffers. 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "General" 13TEST_CLASS = "video" 14TEST_TYPE = "client" 15BUG_TEMPLATE = { 16 'labels': ['VideoTestFailure', 'OS-Chrome'], 17} 18 19DOC = """ 20This test verifies Chrome MSE/EME implementation is fit for YouTube. 21""" 22 23_TEST_NAME = 'append' 24job.run_test( 25 'video_YouTubeMseEme', 26 subtest_name=_TEST_NAME, 27 subdir_tag=_TEST_NAME) 28