| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0041_first.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0041_first.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0041_first.html
|
| index df9ed1a814267872cf728174bae0d145935149f4..487d4ab4008576cfe7e67d46a527c30aadea734d 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0041_first.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0041_first.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<html>
|
| +<html class="reftest-wait">
|
| <title>WebVTT rendering, bidi U+0041 first</title>
|
| <link rel="match" href="u0041_first-ref.html">
|
| <!--
|
| @@ -11,7 +11,7 @@ html { overflow:hidden }
|
| body { margin:0 }
|
| </style>
|
| <script src="/common/reftest-wait.js"></script>
|
| -<video width="1280" height="720" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
|
| +<video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
|
| <source src="/media/white.webm" type="video/webm">
|
| <source src="/media/white.mp4" type="video/mp4">
|
| <track src="../support/u0041_first.vtt">
|
|
|