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

Unified Diff: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt

Issue 2030383002: Convert track-webvtt-tc[027-029] tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 6 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
Index: third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt
diff --git a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt
deleted file mode 100644
index 3d19a7748c43e822806f188995ae2f2faaf5a96a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/track/track-webvtt-tc028-unsupported-markup-expected.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Tests that unsupported markup is properly ignored.
-
-
-*** Testing text track 0
-EXPECTED (cues.length == '3') OK
-EXPECTED (cues[0].getCueAsHTML().textContent == 'Bear is Coming!!!!! And what kind of a bear it is - just have look.') OK
-EXPECTED (cues[0].text == '
-Bear is Coming!!!!!
-
-And what kind of a bear it is - just have look.
-
-') OK
-EXPECTED (cues[1].getCueAsHTML().textContent == ' I said Bear is coming!!!! I said Bear is still coming!!!! ') OK
-EXPECTED (cues[1].text == '
-I said Bear is coming!!!!
-I said Bear is still coming!!!!
-') OK
-EXPECTED (cues[2].getCueAsHTML().textContent == ' I said Bear is coming now!!!! ') OK
-EXPECTED (cues[2].text == '
-I said Bear is coming now!!!!
-
-') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698