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 Error: IndexSizeError: DOM Excepti
on 1. | 3 Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Index or size was
negative, or greater than the allowed value.. |
4 Success: s.extend(span2.firstChild, -1) raised Error: IndexSizeError: DOM Except
ion 1. | 4 Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Index or size was
negative, or greater than the allowed value.. |
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 Error: TypeMismatchError: DOM Exception 17. | 7 Success: s.extend() raised TypeMismatchError: The type of an object was incompat
ible with the expected type of the parameter associated to the object.. |
8 Success: s.extend(null, 0) raised Error: TypeMismatchError: DOM Exception 17. | 8 Success: s.extend(null, 0) raised TypeMismatchError: The type of an object was i
ncompatible with the expected type of the parameter associated to the object.. |
OLD | NEW |