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

Unified Diff: LayoutTests/fast/css/link-alternate-stylesheet-2.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-2.html
diff --git a/LayoutTests/fast/css/link-alternate-stylesheet-2.html b/LayoutTests/fast/css/link-alternate-stylesheet-2.html
index ab7d4adce3f0250b3c926beecf1ea8865333e5e4..3e755d2ac8600377ce062f464b25f0c641fe63c5 100644
--- a/LayoutTests/fast/css/link-alternate-stylesheet-2.html
+++ b/LayoutTests/fast/css/link-alternate-stylesheet-2.html
@@ -29,7 +29,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