Index: LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt |
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt b/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt |
index 289099977f911b07d25fb75c34cfd5948f9f6175..3fd8c50d6b42087e623a5bf756c46bb4fb0b9c21 100644 |
--- a/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt |
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt |
@@ -9,9 +9,9 @@ PASS webkitTextStrokeValue("text-stroke3") is "thin" |
PASS webkitTextStrokeValue("text-stroke4") is "1px red" |
PASS webkitTextStrokeValue("text-stroke5") is "1px black" |
NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'. |
-PASS webkitTextStrokeValue("text-stroke6") is null |
-NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null. |
-PASS webkitTextStrokeValue("text-stroke7") is null |
+PASS webkitTextStrokeValue("text-stroke6") is "" |
+NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string. |
+PASS webkitTextStrokeValue("text-stroke7") is "" |
PASS successfullyParsed is true |
TEST COMPLETE |