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 media source duration after appending to the source
10buffer is incorrect.
11"""
12TIME = "SHORT"
13TEST_CATEGORY = "General"
14TEST_CLASS = "video"
15TEST_TYPE = "client"
16BUG_TEMPLATE = {
17    'labels': ['VideoTestFailure', 'OS-Chrome'],
18}
19
20DOC = """
21This test verifies Chrome MSE/EME implementation is fit for YouTube.
22"""
23
24_TEST_NAME = 'duration_after_append'
25job.run_test(
26        'video_YouTubeMseEme',
27        subtest_name=_TEST_NAME,
28        subdir_tag=_TEST_NAME)
29