Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/media/track/track-webvtt-slow-loading-expected.txt

Issue 59453002: Add a flushing mechanism for the WebVTTParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Even more binary Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/media/track/track-webvtt-slow-loading-expected.txt
diff --git a/LayoutTests/http/tests/media/track/track-webvtt-slow-loading-expected.txt b/LayoutTests/http/tests/media/track/track-webvtt-slow-loading-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3add4a15f0afcf6a3c2b5d58fd7c01dc9bc020a7
--- /dev/null
+++ b/LayoutTests/http/tests/media/track/track-webvtt-slow-loading-expected.txt
@@ -0,0 +1,6 @@
+Slow loading WebVTT file interrupted just after a cue text linebreak.
+
+EXPECTED (track.track.cues.length === '2') OK
+EXPECTED (track.track.cues[0].text === 'Lorem ipsum') OK
+END OF TEST
+

Powered by Google App Engine