| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0628_first.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0628_first.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0628_first.html
 | 
| index 9f3d9e815d281e890faa7d8186de4c53bb3a605e..8524375d0d650c1f3cdd03f4d3045e743b952f72 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0628_first.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/bidi/u0628_first.html
 | 
| @@ -1,5 +1,5 @@
 | 
|  <!DOCTYPE html>
 | 
| -<html>
 | 
| +<html class="reftest-wait">
 | 
|  <title>WebVTT rendering, bidi U+0628 first</title>
 | 
|  <link rel="match" href="u0628_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/u0628_first.vtt">
 | 
| 
 |