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

Unified Diff: LayoutTests/fast/css/link-alternate-stylesheet-3.html

Issue 23111004: Re-land "[css3-text] Implement text-decoration property shorthand" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased after Alexis' function name changes in CSSComputedStyleDeclaration.cpp 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/fast/css/link-alternate-stylesheet-3.html
diff --git a/LayoutTests/fast/css/link-alternate-stylesheet-3.html b/LayoutTests/fast/css/link-alternate-stylesheet-3.html
index c14d9af5fc200659c0f802d3361672a1a4eedd94..019ac1494a2670d8b8ec24abff218670c6aa58ac 100644
--- a/LayoutTests/fast/css/link-alternate-stylesheet-3.html
+++ b/LayoutTests/fast/css/link-alternate-stylesheet-3.html
@@ -27,7 +27,7 @@
window.onload = function () {
element = document.getElementById("firstH1");
- shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline'");
+ shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'underline solid rgb(51, 51, 51)'");
element = document.getElementById("textLine");
shouldBe("getComputedStyle(element).getPropertyValue('font-size')", "'12px'");

Powered by Google App Engine
This is Rietveld 408576698