| Index: LayoutTests/fast/dom/HTMLTemplateElement/no-form-association.html
|
| diff --git a/LayoutTests/fast/dom/HTMLTemplateElement/no-form-association.html b/LayoutTests/fast/dom/HTMLTemplateElement/no-form-association.html
|
| index 97b5e0e541e1f4d0dfd2aca6df7077857bc3495f..be50935ce8744b4ee61979a21eb5a742f3a47999 100644
|
| --- a/LayoutTests/fast/dom/HTMLTemplateElement/no-form-association.html
|
| +++ b/LayoutTests/fast/dom/HTMLTemplateElement/no-form-association.html
|
| @@ -20,5 +20,4 @@ input = document.querySelector('#two').content.querySelector('template').content
|
| shouldBe('form.length', '0');
|
| shouldBeNull('input.form');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
|
|