| Index: LayoutTests/fast/dom/Window/custom-constructors.html
|
| diff --git a/LayoutTests/fast/dom/Window/custom-constructors.html b/LayoutTests/fast/dom/Window/custom-constructors.html
|
| index 8624d2abb1f0987ebce47853232eda16505b4ba9..8206338613457f7a366d67b5dd8cc8e8447a885e 100644
|
| --- a/LayoutTests/fast/dom/Window/custom-constructors.html
|
| +++ b/LayoutTests/fast/dom/Window/custom-constructors.html
|
| @@ -22,6 +22,5 @@
|
| shouldBe("XMLHttpRequest.prototype.toString.call(new XMLHttpRequest)", "'[object XMLHttpRequest]'");
|
| shouldBe("XSLTProcessor.prototype.toString.call(new XSLTProcessor)", "'[object XSLTProcessor]'");
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|