Chromium Code Reviews

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

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated computed style layout test / operator|= readibility fix Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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