| Index: LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html b/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| index b00ff820a6f27624244322b20fdc6de5026da01c..5533d72e8d5df93b711f56497784b9c98adbc110 100644
|
| --- a/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| +++ b/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <template id="template"><span></span></template>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <script>
|
| description('Test HTMLTemplateElement content node wrappers have the correct lifetime.');
|
|
|
|
|