Index: LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt |
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt |
index 9029e21753979d374f831da706929f49e002c7b2..5b8ed2d9238777b06a12a2bbce7c6e44e344fd14 100644 |
--- a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt |
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse-expected.txt |
@@ -7,9 +7,9 @@ PASS webkitMarginCollapseValue("margin-collapse1") is 'collapse separate' |
PASS webkitMarginCollapseValue("margin-collapse2") is 'discard discard' |
PASS webkitMarginCollapseValue("margin-collapse3") is 'discard separate' |
NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'. |
-PASS webkitMarginCollapseValue("margin-collapse4") is null |
-NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null. |
-PASS webkitMarginCollapseValue("margin-collapse5") is null |
+PASS webkitMarginCollapseValue("margin-collapse4") is "" |
+NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string. |
+PASS webkitMarginCollapseValue("margin-collapse5") is "" |
PASS successfullyParsed is true |
TEST COMPLETE |