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 |
- |