| Index: LayoutTests/fast/css/overflow-property.html
|
| diff --git a/LayoutTests/fast/css/overflow-property.html b/LayoutTests/fast/css/overflow-property.html
|
| index 13da95587ee53ffd9b280ed8a7e4ec37df8b5661..ac2851656ddec3543ac544577284473d8174b36c 100644
|
| --- a/LayoutTests/fast/css/overflow-property.html
|
| +++ b/LayoutTests/fast/css/overflow-property.html
|
| @@ -39,8 +39,6 @@
|
| shouldBeEqualToString("test0.style.overflow", "auto");
|
| shouldBeEqualToString("test0.style.overflowX", "auto");
|
| shouldBeEqualToString("test0.style.overflowY", "auto");
|
| - shouldBeEqualToString("test0.style.getPropertyShorthand('overflow-x')", "overflow");
|
| - shouldBeEqualToString("test0.style.getPropertyShorthand('overflow-y')", "overflow");
|
| shouldBeEqualToString("test1.style.overflow", "");
|
| shouldBeEqualToString("test1.style.overflowX", "");
|
| shouldBeEqualToString("test1.style.overflowY", "");
|
|
|