| 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 421052c21ec91d5325921a1d25396f4b7313778d..7ee1afe77bf1fc55d81650683cec41170b348a0c 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
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
| description('Width and height properties of a detached input element should return 0.');
|
| var input = document.createElement('input');
|
|
|