| Index: LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation.html
|
| diff --git a/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation.html b/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation.html
|
| index 3b2fa2075f3d81254c5113a97d56cee86c4d1226..13fa69e23213b0e433cff83a4a58dc30b10c0a4f 100644
|
| --- a/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation.html
|
| +++ b/LayoutTests/fast/forms/elements-invalidate-on-form-attribute-invalidation.html
|
| @@ -5,7 +5,7 @@
|
| <form id="someForm"></form>
|
| <input type="text" name="someName" form="someForm">
|
| </div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
|
|
| description("Tests form.elements is invalidated when input element's form attribute is changed.");
|
|
|