Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(613)

Unified Diff: LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2.html

Issue 64303004: Handle buffer boundaries in the WebVTT parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation warning Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/media/track/track-webvtt-slow-loading-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698