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

Unified Diff: LayoutTests/media/track/track-css-matching-default-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 Created 7 years, 4 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-css-matching-default-expected.txt
diff --git a/LayoutTests/media/track/track-css-matching-default-expected.txt b/LayoutTests/media/track/track-css-matching-default-expected.txt
index 497503bbcd797341ac760c432a961021271ed391..40c2ad0d3a8d2a4479d1374172fbe117a3da0c27 100644
--- a/LayoutTests/media/track/track-css-matching-default-expected.txt
+++ b/LayoutTests/media/track/track-css-matching-default-expected.txt
@@ -3,6 +3,6 @@ EVENT(canplaythrough)
EVENT(seeked)
EXPECTED (getComputedStyle(cueNode).fontWeight == 'bold') OK
EXPECTED (getComputedStyle(cueNode).fontStyle == 'italic') OK
-EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline') OK
+EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline solid rgb(255, 255, 255)') OK
END OF TEST
« no previous file with comments | « LayoutTests/media/track/track-css-matching-default.html ('k') | LayoutTests/svg/css/getComputedStyle-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698