| Index: LayoutTests/fast/forms/range/range-type-change-oninput.html
|
| diff --git a/LayoutTests/fast/forms/range/range-type-change-oninput.html b/LayoutTests/fast/forms/range/range-type-change-oninput.html
|
| index ea5999d95269a480b4bfe4b1ffc046dbaf513a78..6330c17cbaafd1328f7d9420ef08f9fd04737230 100644
|
| --- a/LayoutTests/fast/forms/range/range-type-change-oninput.html
|
| +++ b/LayoutTests/fast/forms/range/range-type-change-oninput.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script src="../resources/common.js"></script>
|
| <input type="range" value="0" oninput="this.type = 'text';">
|
| <script>
|
|
|