Index: LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt |
diff --git a/LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt b/LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt |
index 5d96a0ddac4a8defedee4631f27f024fac37d1b3..c8da1dd7b1cb69dbd9541160d5530f3b72614cc1 100644 |
--- a/LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt |
@@ -3,8 +3,6 @@ PASS document.implementation.createDocument('http://example.com/') threw excepti |
PASS document.implementation.createDocumentType() threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 0 present.. |
PASS document.implementation.createDocumentType('svg:svg') threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 1 present.. |
PASS document.implementation.createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN') threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 2 present.. |
-PASS document.implementation.hasFeature() threw exception TypeError: Failed to execute 'hasFeature' on 'DOMImplementation': 2 arguments required, but only 0 present.. |
-PASS document.implementation.hasFeature('') threw exception TypeError: Failed to execute 'hasFeature' on 'DOMImplementation': 2 arguments required, but only 1 present.. |
PASS successfullyParsed is true |
TEST COMPLETE |