Index: LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2.html |
diff --git a/LayoutTests/http/tests/media/track/track-webvtt-slow-loading.html b/LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2.html |
similarity index 76% |
copy from LayoutTests/http/tests/media/track/track-webvtt-slow-loading.html |
copy to LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2.html |
index 51a65b018d7f6152b79e55be37eb7d5b67226611..a1ea951a2c20f8d104e0d90a668a4d60311c195f 100644 |
--- a/LayoutTests/http/tests/media/track/track-webvtt-slow-loading.html |
+++ b/LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2.html |
@@ -1,5 +1,5 @@ |
<!doctype html> |
-<title>Slow loading WebVTT file interrupted just after a cue text linebreak</title> |
+<title>Slow loading WebVTT file interrupted in the middle of a timestamp line</title> |
<script src=/media-resources/video-test.js></script> |
<script> |
function loadAndStall() |
@@ -25,8 +25,8 @@ window.onload = function() |
track.onerror = function() { |
failTest(); |
}; |
- track.src = loadAndStall() + vttTrack() + "&stallAt=49&stallFor=1"; |
+ track.src = loadAndStall() + vttTrack() + "&stallAt=32&stallFor=1"; |
track.track.mode = "hidden"; |
} |
</script> |
-<p>Slow loading WebVTT file interrupted just after a cue text linebreak.</p> |
+<p>Slow loading WebVTT file interrupted in the middle of a timestamp line.</p> |