| Index: LayoutTests/fast/css/position-absolute-float.html
|
| diff --git a/LayoutTests/fast/css/position-absolute-float.html b/LayoutTests/fast/css/position-absolute-float.html
|
| index f5b64e9c1688e0162c46848b5df88bc36b7024f0..a37808fd05aee123108e4aafc6f045516b1ce8c8 100644
|
| --- a/LayoutTests/fast/css/position-absolute-float.html
|
| +++ b/LayoutTests/fast/css/position-absolute-float.html
|
| @@ -23,5 +23,4 @@ shouldBe('getComputedStyle(document.getElementById("static")).float', '"right"')
|
| shouldBe('getComputedStyle(document.getElementById("absolute")).float', '"none"');
|
| shouldBe('getComputedStyle(document.getElementById("fixed")).float', '"none"');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </html>
|
|
|