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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-css-all-cues-expected.txt
diff --git a/LayoutTests/media/track/track-css-all-cues-expected.txt b/LayoutTests/media/track/track-css-all-cues-expected.txt
index 4591aae25bbf546c7093b30922d15bff328a9357..be86d68bc6f426056d5832d4dad0f7fc344d6986 100644
--- a/LayoutTests/media/track/track-css-all-cues-expected.txt
+++ b/LayoutTests/media/track/track-css-all-cues-expected.txt
@@ -3,5 +3,8 @@ 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
« 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