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

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

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.html
diff --git a/LayoutTests/media/track/track-css-matching-default.html b/LayoutTests/media/track/track-css-matching-default.html
index fbd72325a8cdda8783d97629676558253fcc0cad..f772c3be5b171e7e0d84d7248edcbb55df35d6e5 100644
--- a/LayoutTests/media/track/track-css-matching-default.html
+++ b/LayoutTests/media/track/track-css-matching-default.html
@@ -21,7 +21,7 @@
cueNode = cueNode.nextElementSibling;
testExpected("getComputedStyle(cueNode).fontStyle", "italic");
cueNode = cueNode.nextElementSibling;
- testExpected("getComputedStyle(cueNode).textDecoration", "underline");
+ testExpected("getComputedStyle(cueNode).textDecoration", "underline solid rgb(255, 255, 255)");
endTest();
}

Powered by Google App Engine
This is Rietveld 408576698