Index: LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html |
diff --git a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html |
index 0853c4891f599508c57da2980781420fcaa331da..0831bb784c5b41224e47b6eb2e93a140c8e26ea5 100644 |
--- a/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html |
+++ b/LayoutTests/fast/css/getPropertyValue-webkit-margin-collapse.html |
@@ -33,9 +33,9 @@ |
shouldBe('webkitMarginCollapseValue("margin-collapse2")', "'discard discard'"); |
shouldBe('webkitMarginCollapseValue("margin-collapse3")', "'discard separate'"); |
debug("NOTE: 'foo' is an illegal CSS value for '-webkit-margin-collapse'."); |
- shouldBe('webkitMarginCollapseValue("margin-collapse4")', "null"); |
- debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.") |
- shouldBe('webkitMarginCollapseValue("margin-collapse5")', "null"); |
+ shouldBeEqualToString('webkitMarginCollapseValue("margin-collapse4")', ""); |
+ debug("NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.") |
+ shouldBeEqualToString('webkitMarginCollapseValue("margin-collapse5")', ""); |
</script> |
</body> |
</html> |