blob: 2dddc096555a6ff6b177831ab697f42a9e8fd0a2 [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_VideoCorruption"
PURPOSE = "Verify that Chrome can handle corrupted webm video"
CRITERIA = """
This test will fail if Chrome fails to catch error for playing corrupted webm video.
"""
SUITE = "video,qav"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
EXPERIMENTAL = "True"
DOC = """
This test verifies Chrome can catch error for playing corrupted webm video.
"""
video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoCorruption/corrupted.webm'
job.run_test('video_VideoCorruption', video=video)