diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/dom/implementation-api-args.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/dom/implementation-api-args.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/dom/implementation-api-args.html b/third_party/WebKit/LayoutTests/fast/dom/implementation-api-args.html index 6778032..cf86297 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/implementation-api-args.html +++ b/third_party/WebKit/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> |