| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_timestamp_future.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_timestamp_future.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_timestamp_future.html
|
| index 83308816dd68628226bfcea8d6e74503581829bd..30d707be583ed493e8ed1883422d808da1c78bab 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_timestamp_future.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/italic_timestamp_future.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<html>
|
| +<html class="reftest-wait">
|
| <title>WebVTT rendering, italic object transition with timestamp, ::cue(i:future) selector</title>
|
| <link rel="match" href="italic_timestamp_future-ref.html">
|
| <style>
|
| @@ -10,7 +10,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_2_timestamps.vtt">
|
|
|