OLD | NEW |
1 PASS selection.addRange() threw exception TypeError: Failed to execute 'addRange
' on 'Selection': 1 argument required, but only 0 present.. | 1 PASS selection.addRange() threw exception TypeError: Failed to execute 'addRange
' on 'Selection': 1 argument required, but only 0 present.. |
2 PASS selection.getRangeAt() threw exception TypeError: Failed to execute 'getRan
geAt' on 'Selection': 1 argument required, but only 0 present.. | 2 PASS selection.getRangeAt() threw exception TypeError: Failed to execute 'getRan
geAt' on 'Selection': 1 argument required, but only 0 present.. |
3 PASS selection.selectAllChildren() threw exception TypeError: Failed to execute
'selectAllChildren' on 'Selection': 1 argument required, but only 0 present.. | 3 PASS selection.selectAllChildren() threw exception TypeError: Failed to execute
'selectAllChildren' on 'Selection': 1 argument required, but only 0 present.. |
4 PASS selection.setBaseAndExtent() threw exception TypeError: Failed to execute '
setBaseAndExtent' on 'Selection': 4 arguments required, but only 0 present.. | 4 PASS selection.setBaseAndExtent() threw exception TypeError: Failed to execute '
setBaseAndExtent' on 'Selection': 4 arguments required, but only 0 present.. |
5 PASS selection.setBaseAndExtent(node) threw exception TypeError: Failed to execu
te 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 1 present.. | 5 PASS selection.setBaseAndExtent(node) threw exception TypeError: Failed to execu
te 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 1 present.. |
6 PASS selection.setBaseAndExtent(node, 0) threw exception TypeError: Failed to ex
ecute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 2 presen
t.. | 6 PASS selection.setBaseAndExtent(node, 0) threw exception TypeError: Failed to ex
ecute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 2 presen
t.. |
7 PASS selection.setBaseAndExtent(node, 0, node) threw exception TypeError: Failed
to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 3
present.. | 7 PASS selection.setBaseAndExtent(node, 0, node) threw exception TypeError: Failed
to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 3
present.. |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |