| Index: LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html b/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| index 186a3708208bdc346bfe06b612bbcfd69bd7e0f8..b00ff820a6f27624244322b20fdc6de5026da01c 100644
|
| --- a/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| +++ b/LayoutTests/fast/dom/HTMLTemplateElement/contentWrappers.html
|
| @@ -20,4 +20,3 @@ span = template.content.firstChild;
|
| shouldBe('span.tagName', '"SPAN"');
|
| shouldBe('span.expando', '"present"');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
|
|