Index: third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_transition_with_timestamp.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_transition_with_timestamp.html b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_transition_with_timestamp.html |
index a10ab6db399b9f57e9748444751f0922b165187d..6eb8b1a82f62ea6f57ebf30963e735ae54f51adf 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_transition_with_timestamp.html |
+++ b/third_party/WebKit/LayoutTests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/voice_transition_with_timestamp.html |
@@ -1,5 +1,5 @@ |
<!DOCTYPE html> |
-<html> |
+<html class="reftest-wait"> |
<title>WebVTT rendering, voice object transition with timestamp, ::cue(v:past) selector</title> |
<link rel="match" href="voice_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/voice_with_timestamp.vtt"> |