OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: 'Range.compareNode()' is deprecated. Please use 'Range.compareB
oundaryPoints()' instead. | |
2 PASS range.compareBoundaryPoints(0, noRange) threw exception TypeError: Failed t
o execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'
.. | |
3 PASS range.compareNode(noNode) threw exception TypeError: Failed to execute 'com
pareNode' on 'Range': parameter 1 is not of type 'Node'.. | |
4 PASS range.comparePoint(noNode, 0) threw exception TypeError: Failed to execute
'comparePoint' on 'Range': parameter 1 is not of type 'Node'.. | |
5 PASS range.insertNode(noNode) threw exception TypeError: Failed to execute 'inse
rtNode' on 'Range': parameter 1 is not of type 'Node'.. | |
6 PASS range.intersectsNode(noNode) threw exception TypeError: Failed to execute '
intersectsNode' on 'Range': parameter 1 is not of type 'Node'.. | |
7 PASS range.isPointInRange(noNode, 0) threw exception TypeError: Failed to execut
e 'isPointInRange' on 'Range': parameter 1 is not of type 'Node'.. | |
8 PASS range.selectNode(noNode) threw exception TypeError: Failed to execute 'sele
ctNode' on 'Range': parameter 1 is not of type 'Node'.. | |
9 PASS range.selectNodeContents(noNode) threw exception TypeError: Failed to execu
te 'selectNodeContents' on 'Range': parameter 1 is not of type 'Node'.. | |
10 PASS range.setEnd(noNode, 0) threw exception TypeError: Failed to execute 'setEn
d' on 'Range': parameter 1 is not of type 'Node'.. | |
11 PASS range.setEndAfter(noNode) threw exception TypeError: Failed to execute 'set
EndAfter' on 'Range': parameter 1 is not of type 'Node'.. | |
12 PASS range.setEndBefore(noNode) threw exception TypeError: Failed to execute 'se
tEndBefore' on 'Range': parameter 1 is not of type 'Node'.. | |
13 PASS range.setStart(noNode, 0) threw exception TypeError: Failed to execute 'set
Start' on 'Range': parameter 1 is not of type 'Node'.. | |
14 PASS range.setStartAfter(noNode) threw exception TypeError: Failed to execute 's
etStartAfter' on 'Range': parameter 1 is not of type 'Node'.. | |
15 PASS range.setStartBefore(noNode) threw exception TypeError: Failed to execute '
setStartBefore' on 'Range': parameter 1 is not of type 'Node'.. | |
16 PASS range.surroundContents(noNode) threw exception TypeError: Failed to execute
'surroundContents' on 'Range': parameter 1 is not of type 'Node'.. | |
17 PASS successfullyParsed is true | |
18 | |
19 TEST COMPLETE | |
20 | |
OLD | NEW |