Index: third_party/WebKit/LayoutTests/media/track/track-css-all-cues-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/track/track-css-all-cues-expected.txt b/third_party/WebKit/LayoutTests/media/track/track-css-all-cues-expected.txt |
deleted file mode 100644 |
index be86d68bc6f426056d5832d4dad0f7fc344d6986..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/track/track-css-all-cues-expected.txt |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-Test that style to all cues is applied correctly. |
-EVENT(canplaythrough) |
-EVENT(seeked) |
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb(128, 0, 128)') OK |
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColor == 'rgb(0, 255, 0)') OK |
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecorationLine == 'underline') OK |
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecorationStyle == 'dashed') OK |
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecorationColor == 'rgb(0, 255, 255)') OK |
-END OF TEST |
- |