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 |