| Index: LayoutTests/fast/forms/image-disconnected-during-parse.html
|
| diff --git a/LayoutTests/fast/forms/image-disconnected-during-parse.html b/LayoutTests/fast/forms/image-disconnected-during-parse.html
|
| index 905ad215aea7b6cb85e62bb3981ec022658dd581..78a594bf763a0a4a2dcead21710aee13d1687a3b 100644
|
| --- a/LayoutTests/fast/forms/image-disconnected-during-parse.html
|
| +++ b/LayoutTests/fast/forms/image-disconnected-during-parse.html
|
| @@ -8,7 +8,7 @@
|
| <img name=myimage>
|
| </div>
|
| </form>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Image elements should not be associated with forms in different trees');
|
| shouldBeUndefined('document.forms[0].myimage');
|
|
|