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

Side by Side Diff: LayoutTests/media/track/track-css-all-cues-expected.txt

Issue 19516002: [WebVTT] Support text-decoration-{text,color,style} on CSS ::cue pseudo-element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added FIXME with info on 'text-decoration' shorthand Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test that style to all cues is applied correctly. 1 Test that style to all cues is applied correctly.
2 EVENT(canplaythrough) 2 EVENT(canplaythrough)
3 EVENT(seeked) 3 EVENT(seeked)
4 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb( 128, 0, 128)') OK 4 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb( 128, 0, 128)') OK
5 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColo r == 'rgb(0, 255, 0)') OK 5 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColo r == 'rgb(0, 255, 0)') OK
6 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration Line == 'underline') OK
7 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration Style == 'dashed') OK
8 EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).textDecoration Color == 'rgb(0, 255, 255)') OK
6 END OF TEST 9 END OF TEST
7 10
OLDNEW
« no previous file with comments | « LayoutTests/media/track/track-css-all-cues.html ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698