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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that style to all cues is applied correctly.
2 EVENT(canplaythrough)
3
4 ** Check initial in-band track states
5 RUN(inbandTrack1 = video.textTracks[0])
6 EXPECTED (video.textTracks.length == '1') OK
7 EXPECTED (inbandTrack1.language == 'en') OK
8 EXPECTED (inbandTrack1.kind == 'captions') OK
9 RUN(video.play())
10 EVENT(seeked)
11
12 ** Test current cue colors
13 EXPECTED (getComputedStyle(cueDisplayElement).color == 'rgb(255, 255, 255)') OK
14 EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgb(0, 0, 0)') OK
15 END OF TEST
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698