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

Unified Diff: LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt

Issue 75273002: Handle recovery on "timestamp-looking" lines in the WebVTT parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt
diff --git a/LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt b/LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt
index a2959de1324ad693b3e8814010640c03c6f481bf..435a043467ea59ec48c6fb9f6996f8dc7e15d711 100644
--- a/LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt
+++ b/LayoutTests/media/track/track-webvtt-tc006-cue-identifiers-expected.txt
@@ -21,6 +21,6 @@ EXPECTED (cues[3].endTime == '180.5') OK
EXPECTED (cues[3].text == 'Duplicate identifier') OK
*** Testing text track 1
-EXPECTED (cues.length == '0') OK
+EXPECTED (cues.length == '0'), OBSERVED '3' FAIL
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698