| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_animation_with_timestamp.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_animation_with_timestamp.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_animation_with_timestamp.html
|
| index a6e43e82c3f00b62dd6b8b872557184d5896c755..09baf69c01e3bd3c950921b3d1b53f363712acc5 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_animation_with_timestamp.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_animation_with_timestamp.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<html>
|
| +<html class="reftest-wait">
|
| <title>WebVTT rendering, voice object animation with timestamp, ::cue(v:past) selector</title>
|
| <link rel="match" href="voice_animation_with_timestamp-ref.html">
|
| <style>
|
| @@ -27,7 +27,7 @@ body { margin:0 }
|
| }
|
| </style>
|
| <script src="/common/reftest-wait.js"></script>
|
| -<video width="1280" height="720" autoplay onplaying="this.onplaying = null; takeScreenshotDelayed(200);">
|
| +<video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); this.currentTime = 0.2; takeScreenshotDelayed(1000);">
|
| <source src="/media/white.webm" type="video/webm">
|
| <source src="/media/white.mp4" type="video/mp4">
|
| <track src="../../../support/voice_with_timestamp.vtt">
|
|
|