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

Unified Diff: LayoutTests/media/track/track-in-band-style-expected.txt

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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: LayoutTests/media/track/track-in-band-style-expected.txt
diff --git a/LayoutTests/media/track/track-in-band-style-expected.txt b/LayoutTests/media/track/track-in-band-style-expected.txt
deleted file mode 100644
index b1348b6078f0a2301cdc839f12234ca5564c39b5..0000000000000000000000000000000000000000
--- a/LayoutTests/media/track/track-in-band-style-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Test that style to all cues is applied correctly.
-EVENT(canplaythrough)
-
-** Check initial in-band track states
-RUN(inbandTrack1 = video.textTracks[0])
-EXPECTED (video.textTracks.length == '1') OK
-EXPECTED (inbandTrack1.language == 'en') OK
-EXPECTED (inbandTrack1.kind == 'captions') OK
-RUN(video.play())
-EVENT(seeked)
-
-** Test current cue colors
-EXPECTED (getComputedStyle(cueDisplayElement).color == 'rgb(255, 255, 255)') OK
-EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 0, 0)') OK
-END OF TEST
-

Powered by Google App Engine
This is Rietveld 408576698