| Index: LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument.html
|
| diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument.html b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument.html
|
| index d53cfcee373c822c34482b4e672a6e88b3687d55..588d2df4edca5363799e78c97268580782e9e0de 100644
|
| --- a/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument.html
|
| +++ b/LayoutTests/fast/dom/HTMLTemplateElement/ownerDocument.html
|
| @@ -2,7 +2,7 @@
|
| <template id="template"><span><template></template></span></template>
|
| <template id="template2"><span></span></template>
|
| <template id="template3"><svg></svg></template>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
|
|
| description('Test HTMLTemplateElement content ownerDocument');
|
|
|