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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt

Issue 1412803007: Parse text-decoration shorthand in CSSPropertyParser with CSSParserTokens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
index 057f84290d9eb74fe9a0dc32340229d0d63a6b7d..d3f2abe51a651149ef3050953783b4e335ae43c0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
@@ -28,7 +28,7 @@ Value 'blink' (valid but ignored):
PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
Value 'overline overline' (invalid):
-FAIL computedStyle.textDecoration should be none solid rgb(0, 0, 0). Was overline solid rgb(0, 0, 0).
+PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
Value 'underline blank' (invalid):
PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698