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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues-expected.txt

Issue 2035753002: Convert track-webvtt-tc[030-032] tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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 | « third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues-expected.txt
deleted file mode 100644
index a290fc7374dd4680387804200b0aa8561c795ce1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Tests that a degenerate cues without separating blank lines are parsed correctly.
-
-
-*** Testing text track 0
-EXPECTED (cues.length == '3') OK
-EXPECTED (cues[0].startTime == '0') OK
-EXPECTED (cues[0].endTime == '1') OK
-EXPECTED (cues[0].text == '') OK
-EXPECTED (cues[1].startTime == '2') OK
-EXPECTED (cues[1].endTime == '3') OK
-EXPECTED (cues[1].text == '') OK
-EXPECTED (cues[2].startTime == '4') OK
-EXPECTED (cues[2].endTime == '5') OK
-EXPECTED (cues[2].text == '') OK
-END OF TEST
-
« no previous file with comments | « third_party/WebKit/LayoutTests/media/track/track-webvtt-tc032-degenerate-cues.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698