blob: a82b3e707f0942b1d7df4854e418a01c4a614824 [file] [log] [blame]
# Copyright (c) 2013 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_VideoSeek"
PURPOSE = "Verify that VP8 video seeks work in Chrome"
CRITERIA = """
This test will fail if video seeks don't work with Chrome navigating to a webm file.
"""
SUITE = "video"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "audiovideo"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp8"
EXPERIMENTAL = "True"
DOC = """
This test verifies video seeks work for VP8 hardware video decode.
"""
video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.webm'
job.run_test('video_VideoSeek', video=video)