| Index: LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html
|
| diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html
|
| index 2abf1bab691ec08a12ee36cd4dd7f1b44e3516a4..87f4454689e7f8a50f209a78aafb4558ec778fec 100644
|
| --- a/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html
|
| +++ b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <body>
|
| <template><div></div></template>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
| description('Adopting a template from another document should also switch the template content document');
|
| jsTestIsAsync = true;
|
|
|