| Index: LayoutTests/fast/dom/custom/document-register-namespace.html
|
| diff --git a/LayoutTests/fast/dom/custom/document-register-namespace.html b/LayoutTests/fast/dom/custom/document-register-namespace.html
|
| index 3f43a45c4f99f67e50460dce1d877217430cb702..2ae39e4d04c43bb88b1f064f4f4ae73993e32ae0 100644
|
| --- a/LayoutTests/fast/dom/custom/document-register-namespace.html
|
| +++ b/LayoutTests/fast/dom/custom/document-register-namespace.html
|
| @@ -61,6 +61,5 @@ shouldBeFalse('notSVG2 instanceof HTMLUnknownElement');
|
| shouldBeTrue('notSVG2 instanceof HTMLElement');
|
| shouldBe('Object.getPrototypeOf(notSVG2)', 'HTMLElement.prototype');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|