| # 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.h264" |
| PURPOSE = "Verify that H264 non-resolution-changing video seek works in Chrome" |
| This test will fail if a non-resolution-changing H264 video fails to seek in Chrome HTML5 page. |
| ATTRIBUTES = "suite:bvt-perbuild" |
| TEST_CATEGORY = "General" |
| DEPENDENCIES = "hw_video_acc_h264" |
| 'labels': ['OS-Chrome', 'VideoTestFailure'], |
| 'cc': ['chromeos-video-test-failures@google.com'], |
| This test verifies H264 non-resolution-changing video can seek on machines with VDA. |
| video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.mp4' |
| job.run_test('video_VideoSeek', codec='h264', is_switchres=False, video=video) |