Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: LayoutTests/fast/dom/DOMImplementation/missing-arguments-expected.txt

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698