1 PASS document.adoptNode() threw exception TypeError: Failed to execute 'adoptNode' on 'Document': 1 argument required, but only 0 present..
2 PASS document.createAttribute() threw exception TypeError: Failed to execute 'createAttribute' on 'Document': 1 argument required, but only 0 present..
3 PASS document.createAttributeNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only 1 present..
4 PASS document.createAttributeNS() threw exception TypeError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only 0 present..
5 PASS document.createCDATASection() threw exception TypeError: Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only 0 present..
6 PASS document.createComment() threw exception TypeError: Failed to execute 'createComment' on 'Document': 1 argument required, but only 0 present..
7 PASS document.createElement() threw exception TypeError: Failed to execute 'createElement' on 'Document': 1 argument required, but only 0 present..
8 PASS document.createElementNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only 1 present..
9 PASS document.createElementNS() threw exception TypeError: Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only 0 present..
10 PASS document.createEvent() threw exception TypeError: Failed to execute 'createEvent' on 'Document': 1 argument required, but only 0 present..
11 PASS document.createProcessingInstruction('xml') threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 1 present..
12 PASS document.createProcessingInstruction() threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 0 present..
13 PASS document.createTextNode() threw exception TypeError: Failed to execute 'createTextNode' on 'Document': 1 argument required, but only 0 present..
14 PASS document.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'Document': 2 arguments required, but only 0 present..
15 PASS document.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'Document': 2 arguments required, but only 1 present..
16 PASS document.execCommand() threw exception TypeError: Failed to execute 'execCommand' on 'Document': 1 argument required, but only 0 present..
17 PASS document.getElementById() threw exception TypeError: Failed to execute 'getElementById' on 'Document': 1 argument required, but only 0 present..
18 PASS document.getElementsByClassName() threw exception TypeError: Failed to execute 'getElementsByClassName' on 'Document': 1 argument required, but only 0 present..
19 PASS document.getElementsByName() threw exception TypeError: Failed to execute 'getElementsByName' on 'Document': 1 argument required, but only 0 present..
20 PASS document.getElementsByTagName() threw exception TypeError: Failed to execute 'getElementsByTagName' on 'Document': 1 argument required, but only 0 present..
21 PASS document.getElementsByTagNameNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 1 present..
22 PASS document.getElementsByTagNameNS() threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 0 present..
23 PASS document.importNode() threw exception TypeError: Failed to execute 'importNode' on 'Document': 1 argument required, but only 0 present..
24 PASS document.queryCommandEnabled() threw exception TypeError: Failed to execute 'queryCommandEnabled' on 'Document': 1 argument required, but only 0 present..
25 PASS document.queryCommandIndeterm() threw exception TypeError: Failed to execute 'queryCommandIndeterm' on 'Document': 1 argument required, but only 0 present..
26 PASS document.queryCommandState() threw exception TypeError: Failed to execute 'queryCommandState' on 'Document': 1 argument required, but only 0 present..
27 PASS document.queryCommandSupported() threw exception TypeError: Failed to execute 'queryCommandSupported' on 'Document': 1 argument required, but only 0 present..
28 PASS document.queryCommandValue() threw exception TypeError: Failed to execute 'queryCommandValue' on 'Document': 1 argument required, but only 0 present..
29 PASS successfullyParsed is true