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

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: Fixed expectation for last-minute, newly added tests in revision 155705 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
« no previous file with comments | « LayoutTests/fast/css/link-disabled-attr.html ('k') | LayoutTests/fast/css/style-enumerate-properties.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « LayoutTests/fast/css/link-disabled-attr.html ('k') | LayoutTests/fast/css/style-enumerate-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698