| OLD | NEW |
| 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML
> #document to 2 of DIV > BODY > HTML > #document | 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML
> #document to 2 of DIV > BODY > HTML > #document |
| 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification | 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification |
| 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 7 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > DIV
> BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document toDOMRa
nge:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY
> HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE | 6 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 1 of #text > DIV > DIV
> BODY > HTML > #document to 3 of #text > DIV > BODY > HTML > #document toDOMRa
nge:range from 0 of DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > BODY
> HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE |
| 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
| 10 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification | 9 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification |
| 11 This demonstrates a bug in interchange newline handling during paste. | 10 This demonstrates a bug in interchange newline handling during paste. |
| 12 The selection being pasted into contain multiple blocks, which breaks the old co
de in paste that handled interchange newlines. | 11 The selection being pasted into contain multiple blocks, which breaks the old co
de in paste that handled interchange newlines. |
| 13 | <div> | 12 | <div> |
| 14 | "fbar" | 13 | "fbar" |
| 15 | "baz" | 14 | "baz" |
| 16 | <div> | 15 | <div> |
| 17 | "<#selection-caret>ar" | 16 | "<#selection-caret>bar" |
| OLD | NEW |