| Index: LayoutTests/fast/forms/image/width-and-height-of-detached-input.html
|
| diff --git a/LayoutTests/fast/forms/image/width-and-height-of-detached-input.html b/LayoutTests/fast/forms/image/width-and-height-of-detached-input.html
|
| index a6196cc7eb05c1898582164603d5f7582e8b13c9..421052c21ec91d5325921a1d25396f4b7313778d 100644
|
| --- a/LayoutTests/fast/forms/image/width-and-height-of-detached-input.html
|
| +++ b/LayoutTests/fast/forms/image/width-and-height-of-detached-input.html
|
| @@ -7,5 +7,4 @@ input.type = 'image';
|
| shouldBe('input.width', '0');
|
| shouldBe('input.height', '0');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|
|
|