Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Node / missing-arguments-expected.txt
blob56c5e97df832f1830576627c8118bd675e290719
1 PASS document.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
2 PASS documentFragment.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
3 PASS documentType.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
4 PASS element.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
5 PASS characterData.compareDocumentPosition() threw exception TypeError: Failed to execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present..
6 PASS document.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
7 PASS documentFragment.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
8 PASS documentType.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
9 PASS element.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
10 PASS characterData.contains() threw exception TypeError: Failed to execute 'contains' on 'Node': 1 argument required, but only 0 present..
11 PASS document.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
12 PASS documentFragment.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
13 PASS documentType.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
14 PASS element.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
15 PASS characterData.isDefaultNamespace() threw exception TypeError: Failed to execute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
16 PASS document.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
17 PASS documentFragment.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
18 PASS documentType.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
19 PASS element.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
20 PASS characterData.isEqualNode() threw exception TypeError: Failed to execute 'isEqualNode' on 'Node': 1 argument required, but only 0 present..
21 PASS document.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
22 PASS documentFragment.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
23 PASS documentType.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
24 PASS element.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
25 PASS characterData.lookupNamespaceURI() threw exception TypeError: Failed to execute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
26 PASS document.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
27 PASS documentFragment.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
28 PASS documentType.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
29 PASS element.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
30 PASS characterData.lookupPrefix() threw exception TypeError: Failed to execute 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
31 PASS successfullyParsed is true
33 TEST COMPLETE