Index: LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html |
diff --git a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html |
index f27e02b4c8b54114a8b1104bbcace3841b1fa39f..15a170e60e82748fc310b6db51d70c714f0effad 100644 |
--- a/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html |
+++ b/LayoutTests/fast/box-decoration-break/box-decoration-break-parsing.html |
@@ -27,7 +27,7 @@ shouldBe("computedStyle.getPropertyValue('-webkit-box-decoration-break')", "'clo |
e.style.webkitBoxDecorationBreak = ""; |
e.style.webkitBoxDecorationBreak = "invalid"; |
-shouldBe("e.style.getPropertyValue('-webkit-box-decoration-break')", "null"); |
+shouldBeEqualToString("e.style.getPropertyValue('-webkit-box-decoration-break')", ""); |
shouldBe("computedStyle.getPropertyValue('-webkit-box-decoration-break')", "'slice'"); |
document.body.removeChild(testContainer); |