| Index: LayoutTests/fast/dom/implementation-api-args.html
|
| diff --git a/LayoutTests/fast/dom/implementation-api-args.html b/LayoutTests/fast/dom/implementation-api-args.html
|
| index 6778032c49881933d9a94445d5983fb3238c7322..cf86297048015631387edbf5e82f18d7c046763b 100644
|
| --- a/LayoutTests/fast/dom/implementation-api-args.html
|
| +++ b/LayoutTests/fast/dom/implementation-api-args.html
|
| @@ -69,6 +69,5 @@ validateDocument(doc, 'HTMLDocument', "http://www.w3.org/1999/xhtml", "HTML", do
|
| shouldNotThrow('doc = document.implementation.createHTMLDocument("title")');
|
| validateDocument(doc, 'HTMLDocument', "http://www.w3.org/1999/xhtml", "HTML", doc.doctype);
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|