| Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_transition_with_timestamp.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_transition_with_timestamp.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_transition_with_timestamp.html
 | 
| index 10f7da72196135e3c65a493c82389356a512f721..adb5328b835d955e76b9aaf94a09cd6da0f1c5df 100644
 | 
| --- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_transition_with_timestamp.html
 | 
| +++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_transition_with_timestamp.html
 | 
| @@ -1,5 +1,5 @@
 | 
|  <!DOCTYPE html>
 | 
| -<html>
 | 
| +<html class="reftest-wait">
 | 
|  <title>WebVTT rendering, class object transition with timestamp, ::cue(c:past) selector</title>
 | 
|  <link rel="match" href="class_transition_with_timestamp-ref.html">
 | 
|  <style>
 | 
| @@ -14,7 +14,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/class_with_timestamp.vtt">
 | 
| 
 |