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

Unified Diff: LayoutTests/fast/css/parsing-webkit-font-smoothing-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 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/parsing-webkit-font-smoothing-expected.txt
diff --git a/LayoutTests/fast/css/parsing-webkit-font-smoothing-expected.txt b/LayoutTests/fast/css/parsing-webkit-font-smoothing-expected.txt
index 8e9c9147217f5cfb7ad7f12024e1f8460ef01a93..2e45f31dd6687bf9934f09a0650150ae0dc576cf 100644
--- a/LayoutTests/fast/css/parsing-webkit-font-smoothing-expected.txt
+++ b/LayoutTests/fast/css/parsing-webkit-font-smoothing-expected.txt
@@ -7,9 +7,9 @@ PASS test("-webkit-font-smoothing: auto;") is "auto"
PASS test("-webkit-font-smoothing: none;") is "none"
PASS test("-webkit-font-smoothing: antialiased;") is "antialiased"
PASS test("-webkit-font-smoothing: subpixel-antialiased;") is "subpixel-antialiased"
-PASS test("-webkit-font-smoothing: apple;") is null
-PASS test("-webkit-font-smoothing: 15;") is null
-PASS test("-webkit-font-smoothing: auto auto;") is null
+PASS test("-webkit-font-smoothing: apple;") is ""
+PASS test("-webkit-font-smoothing: 15;") is ""
+PASS test("-webkit-font-smoothing: auto auto;") is ""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698