| Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html
|
| diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html
|
| index 0b5a95fae448bf99e0eac4d1be7eac8eb391e32e..72485e0f1aea242b0d78b8124926075f06b92b08 100644
|
| --- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html
|
| +++ b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <body>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
| function createTimeInput(min, max, step, value) {
|
| var input = document.createElement('input');
|
|
|