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

Unified Diff: LayoutTests/fast/css/link-disabled-attr-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: OK, so trybots are not fond of binary files - removing Mac expectation for repaint-text-decoration-… Created 7 years, 5 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-expected.txt
diff --git a/LayoutTests/fast/css/link-disabled-attr-expected.txt b/LayoutTests/fast/css/link-disabled-attr-expected.txt
index 7e81e5236d75306123cc9cf113e3c10890c2d36e..887d2abbc3a39ccc8aaea374fd2b71164d278734 100644
--- a/LayoutTests/fast/css/link-disabled-attr-expected.txt
+++ b/LayoutTests/fast/css/link-disabled-attr-expected.txt
@@ -11,10 +11,10 @@ sheet
PASS link.sheet is non-null.
FAIL link.disabled should be true. Was false.
PASS link.sheet.disabled is true
-PASS getComputedStyle(testElement).textDecoration is "none"
+PASS getComputedStyle(testElement).textDecoration is "none solid rgb(0, 0, 0)"
PASS link.disabled is false
FAIL link.sheet.disabled should be false. Was true.
-FAIL getComputedStyle(testElement).textDecoration should be line-through. Was none.
+FAIL getComputedStyle(testElement).textDecoration should be line-through. Was none solid rgb(0, 0, 0).
altsheet
FAIL link.disabled should be true. Was false.
PASS link.sheet is non-null.

Powered by Google App Engine
This is Rietveld 408576698