| OLD | NEW |
| 1 foobarbaz | 1 foobarbaz |
| 2 Success: window.getSelection() is ar. | 2 Success: window.getSelection() is ar. |
| 3 Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Failed to execute
'extend' on 'Selection': The offset 4 is larger than or equal to the node's leng
th (3).. | 3 Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Failed to execute
'extend' on 'Selection': The offset 4 is larger than the node's length (3).. |
| 4 Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Failed to execute
'extend' on 'Selection': The offset -1 is larger than or equal to the node's le
ngth (3).. | 4 Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Failed to execute
'extend' on 'Selection': The offset 4294967295 is larger than the node's length
(3).. |
| 5 Success: window.getSelection() is b. | 5 Success: window.getSelection() is b. |
| 6 Success: window.getSelection() is arbaz. | 6 Success: window.getSelection() is arbaz. |
| 7 Success: s.extend() raised TypeError: Failed to execute 'extend' on 'Selection':
1 argument required, but only 0 present.. | 7 Success: s.extend() raised TypeError: Failed to execute 'extend' on 'Selection':
1 argument required, but only 0 present.. |
| 8 Success: s.extend(null, 0) raised TypeError: Failed to execute 'extend' on 'Sele
ction': parameter 1 is not of type 'Node'.. | 8 Success: s.extend(null, 0) raised TypeError: Failed to execute 'extend' on 'Sele
ction': parameter 1 is not of type 'Node'.. |
| OLD | NEW |