1 PASS element.getAttribute() threw exception TypeError: Failed to execute 'getAttribute' on 'Element': 1 argument required, but only 0 present..
2 PASS element.getAttributeNS() threw exception TypeError: Failed to execute 'getAttributeNS' on 'Element': 2 arguments required, but only 0 present..
3 PASS element.getAttributeNS('http://example.com/') threw exception TypeError: Failed to execute 'getAttributeNS' on 'Element': 2 arguments required, but only 1 present..
4 PASS element.getAttributeNode() threw exception TypeError: Failed to execute 'getAttributeNode' on 'Element': 1 argument required, but only 0 present..
5 PASS element.getAttributeNodeNS() threw exception TypeError: Failed to execute 'getAttributeNodeNS' on 'Element': 2 arguments required, but only 0 present..
6 PASS element.getAttributeNodeNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'getAttributeNodeNS' on 'Element': 2 arguments required, but only 1 present..
7 PASS element.getElementsByClassName() threw exception TypeError: Failed to execute 'getElementsByClassName' on 'Element': 1 argument required, but only 0 present..
8 PASS element.getElementsByTagName() threw exception TypeError: Failed to execute 'getElementsByTagName' on 'Element': 1 argument required, but only 0 present..
9 PASS element.getElementsByTagNameNS() threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Element': 2 arguments required, but only 0 present..
10 PASS element.getElementsByTagNameNS('http://example.com/') threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Element': 2 arguments required, but only 1 present..
11 PASS element.hasAttributeNS() threw exception TypeError: Failed to execute 'hasAttributeNS' on 'Element': 2 arguments required, but only 0 present..
12 PASS element.hasAttributeNS('http://example.com/') threw exception TypeError: Failed to execute 'hasAttributeNS' on 'Element': 2 arguments required, but only 1 present..
13 PASS element.removeAttribute() threw exception TypeError: Failed to execute 'removeAttribute' on 'Element': 1 argument required, but only 0 present..
14 PASS element.removeAttributeNS() threw exception TypeError: Failed to execute 'removeAttributeNS' on 'Element': 2 arguments required, but only 0 present..
15 PASS element.removeAttributeNS('http://example.com/') threw exception TypeError: Failed to execute 'removeAttributeNS' on 'Element': 2 arguments required, but only 1 present..
16 PASS element.removeAttributeNode() threw exception TypeError: Failed to execute 'removeAttributeNode' on 'Element': 1 argument required, but only 0 present..
17 PASS element.setAttribute() threw exception TypeError: Failed to execute 'setAttribute' on 'Element': 2 arguments required, but only 0 present..
18 PASS element.setAttribute('example') threw exception TypeError: Failed to execute 'setAttribute' on 'Element': 2 arguments required, but only 1 present..
19 PASS element.setAttributeNS() threw exception TypeError: Failed to execute 'setAttributeNS' on 'Element': 3 arguments required, but only 0 present..
20 PASS element.setAttributeNS('http://example.com/') threw exception TypeError: Failed to execute 'setAttributeNS' on 'Element': 3 arguments required, but only 1 present..
21 PASS element.setAttributeNS('http://example.com/', 'example') threw exception TypeError: Failed to execute 'setAttributeNS' on 'Element': 3 arguments required, but only 2 present..
22 PASS element.setAttributeNode() threw exception TypeError: Failed to execute 'setAttributeNode' on 'Element': 1 argument required, but only 0 present..
23 PASS element.setAttributeNodeNS() threw exception TypeError: Failed to execute 'setAttributeNodeNS' on 'Element': 1 argument required, but only 0 present..
24 PASS successfullyParsed is true