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

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

Issue 103613005: Make arguments to Node methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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
« no previous file with comments | « LayoutTests/fast/dom/Node/missing-arguments.html ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Node/missing-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/Node/missing-arguments-expected.txt b/LayoutTests/fast/dom/Node/missing-arguments-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..56c5e97df832f1830576627c8118bd675e290719
--- /dev/null
+++ b/LayoutTests/fast/dom/Node/missing-arguments-expected.txt
@@ -0,0 +1,34 @@
+PASS document.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
+PASS element.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
+PASS document.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
+PASS element.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
+PASS document.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
+PASS element.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
+PASS document.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
+PASS element.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
+PASS document.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
+PASS element.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
+PASS document.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
+PASS documentFragment.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
+PASS documentType.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
+PASS element.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
+PASS characterData.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/Node/missing-arguments.html ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698