| Index: LayoutTests/fast/css/border-spacing-without-vertical-value.html
|
| diff --git a/LayoutTests/fast/css/border-spacing-without-vertical-value.html b/LayoutTests/fast/css/border-spacing-without-vertical-value.html
|
| index 8c1fdfa61fd139324e9b1457521c94b1315270fe..c83b43af93603075f51cea91b80e674a5456f61f 100644
|
| --- a/LayoutTests/fast/css/border-spacing-without-vertical-value.html
|
| +++ b/LayoutTests/fast/css/border-spacing-without-vertical-value.html
|
| @@ -11,7 +11,7 @@ var a = document.createElement("a");
|
| a.setAttribute("style", "-webkit-border-horizontal-spacing: 1px;");
|
|
|
| var borderSpacing = a.style.getPropertyValue('border-spacing');
|
| -if (borderSpacing !== null)
|
| +if (borderSpacing !== "")
|
| document.write('FAIL. WebKit didn\'t crash but got "' + borderSpacing + '" but expected "".');
|
| else
|
| document.write("PASS. WebKit didn't crash.");
|
|
|