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. |