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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/Node/missing-arguments.html ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 PASS document.compareDocumentPosition() threw exception TypeError: Failed to exe cute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 presen t..
2 PASS documentFragment.compareDocumentPosition() threw exception TypeError: Faile d 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 pr esent..
4 PASS element.compareDocumentPosition() threw exception TypeError: Failed to exec ute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 present ..
5 PASS characterData.compareDocumentPosition() threw exception TypeError: Failed t o execute 'compareDocumentPosition' on 'Node': 1 argument required, but only 0 p resent..
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 'c ontains' on 'Node': 1 argument required, but only 0 present..
8 PASS documentType.contains() threw exception TypeError: Failed to execute 'conta ins' 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 'cont ains' 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 exec ute '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 exe cute 'isDefaultNamespace' on 'Node': 1 argument required, but only 0 present..
16 PASS document.isEqualNode() threw exception TypeError: Failed to execute 'isEqua lNode' 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 'is EqualNode' on 'Node': 1 argument required, but only 0 present..
19 PASS element.isEqualNode() threw exception TypeError: Failed to execute 'isEqual Node' on 'Node': 1 argument required, but only 0 present..
20 PASS characterData.isEqualNode() threw exception TypeError: Failed to execute 'i sEqualNode' 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 exec ute '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 exe cute 'lookupNamespaceURI' on 'Node': 1 argument required, but only 0 present..
26 PASS document.lookupPrefix() threw exception TypeError: Failed to execute 'looku pPrefix' on 'Node': 1 argument required, but only 0 present..
27 PASS documentFragment.lookupPrefix() threw exception TypeError: Failed to execut e 'lookupPrefix' on 'Node': 1 argument required, but only 0 present..
28 PASS documentType.lookupPrefix() threw exception TypeError: Failed to execute 'l ookupPrefix' on 'Node': 1 argument required, but only 0 present..
29 PASS element.lookupPrefix() threw exception TypeError: Failed to execute 'lookup Prefix' 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
32
33 TEST COMPLETE
34
OLDNEW
« 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