| Index: LayoutTests/fast/multicol/column-width-zero.html
|
| diff --git a/LayoutTests/fast/multicol/column-width-zero.html b/LayoutTests/fast/multicol/column-width-zero.html
|
| index 94eca80f8a513487d418fa7b7e0f75813919e272..031da5684d52c3cd96a083893ebc7fc1a95b46e9 100644
|
| --- a/LayoutTests/fast/multicol/column-width-zero.html
|
| +++ b/LayoutTests/fast/multicol/column-width-zero.html
|
| @@ -25,5 +25,4 @@ description("Test for column-width property with zero value");
|
| var divElement = document.getElementById("multicolumn");
|
| shouldBe('getComputedStyle(divElement).webkitColumnWidth', '"auto"');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|