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

Unified Diff: LayoutTests/fast/css/link-disabled-attr.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-disabled-attr.html
diff --git a/LayoutTests/fast/css/link-disabled-attr.html b/LayoutTests/fast/css/link-disabled-attr.html
index 20b7064af9658ea1fc8dacdbb08fbb6e579b1094..2c28ce6a245ec04e33277e0194981c4675686e4e 100644
--- a/LayoutTests/fast/css/link-disabled-attr.html
+++ b/LayoutTests/fast/css/link-disabled-attr.html
@@ -51,7 +51,7 @@ shouldBeNonNull("link.sheet");
link.sheet.disabled = true;
shouldBeTrue("link.disabled");
shouldBeTrue("link.sheet.disabled");
-shouldBeEqualToString("getComputedStyle(testElement).textDecoration", "none");
+shouldBeEqualToString("getComputedStyle(testElement).textDecoration", "none solid rgb(0, 0, 0)");
link.disabled = false;
shouldBeFalse("link.disabled");
« no previous file with comments | « LayoutTests/fast/css/link-alternate-stylesheet-5-expected.txt ('k') | LayoutTests/fast/css/link-disabled-attr-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698