| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_animation_with_timestamp.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_animation_with_timestamp.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_animation_with_timestamp.html
|
| index 2b32ff8347658b07718c54deb126368ba80963e3..42a44d437b3e53a0c4e0b906424789d4de1bf155 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_animation_with_timestamp.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_animation_with_timestamp.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<html>
|
| +<html class="reftest-wait">
|
| <title>WebVTT rendering, italic object animation with timestamp, ::cue(i:past) selector</title>
|
| <link rel="match" href="italic_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/italic_with_timestamp.vtt">
|
|
|