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

Unified Diff: LayoutTests/fast/css/link-alternate-stylesheet-4.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-4.html
diff --git a/LayoutTests/fast/css/link-alternate-stylesheet-4.html b/LayoutTests/fast/css/link-alternate-stylesheet-4.html
index d9445a8b7eec6239c4014bf2192cfd5de67b1833..96159062ae6a972f92ee92eecb4d0c0fe176746c 100644
--- a/LayoutTests/fast/css/link-alternate-stylesheet-4.html
+++ b/LayoutTests/fast/css/link-alternate-stylesheet-4.html
@@ -26,7 +26,7 @@
window.onload = function () {
element = document.getElementById("firstH1");
- shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'none'");
+ shouldBe("getComputedStyle(element).getPropertyValue('text-decoration')", "'none 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