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

Unified Diff: LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt

Issue 65493006: Remove a WebVTT newlines test that doesn't do what it says (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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 | « LayoutTests/media/track/track-webvtt-tc003-newlines.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt
diff --git a/LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt b/LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt
index 3d91c7036b28cf3aff8dade4f295dc239f9fcc7d..27f4195ac9df288ff51a72eb6010ac448c58b00b 100644
--- a/LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt
+++ b/LayoutTests/media/track/track-webvtt-tc003-newlines-expected.txt
@@ -1,4 +1,4 @@
-Tests that line terminators \r, \n, or \r\n are properly parsed, even when there is no newline at eof.
+Tests that a cue with no newline at eof is properly parsed.
*** Testing text track 0
@@ -7,12 +7,5 @@ EXPECTED (cues[0].id == '1') OK
EXPECTED (cues[0].startTime == '0') OK
EXPECTED (cues[0].endTime == '30.5') OK
EXPECTED (cues[0].text == 'Bear is Coming!!!!!') OK
-
-*** Testing text track 1
-EXPECTED (cues.length == '1') OK
-EXPECTED (cues[0].id == '1') OK
-EXPECTED (cues[0].startTime == '0') OK
-EXPECTED (cues[0].endTime == '30.5') OK
-EXPECTED (cues[0].text == 'Bear is Coming!!!!!') OK
END OF TEST
« no previous file with comments | « LayoutTests/media/track/track-webvtt-tc003-newlines.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698