blob: 415cc905e4186028bbbc288d8e75c795d4f59906 [file] [log] [blame]
# Copyright 2015 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 = "Chrome OS Project, chromeos-video@google.com"
NAME = "video_VideoReload.vp9"
PURPOSE = "Verify that Chrome can reload vp9 video"
CRITERIA = """
This test will fail if Chrome fails to reload vp9 video.
"""
ATTRIBUTES = "suite:bvt-perbuild"
SUITE = "bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This test verifies Chrome can reload vp9 video after reloading the page.
"""
job.run_test('video_VideoReload', tag='vp9', html='vp9video.html')