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

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

Issue 22414006: Revert "Revert "[css3-text] Implement text-decoration property shorthand"" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added missing skipped test to TestExpectations 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-1.html
diff --git a/LayoutTests/fast/css/link-alternate-stylesheet-1.html b/LayoutTests/fast/css/link-alternate-stylesheet-1.html
index 8ca20c91fe3618120a67dbda938fbe7d33a85e9b..f6add3d0e441d1852453c5bc77ccc7925c4e262e 100644
--- a/LayoutTests/fast/css/link-alternate-stylesheet-1.html
+++ b/LayoutTests/fast/css/link-alternate-stylesheet-1.html
@@ -25,7 +25,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