| OLD | NEW |
| 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 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: webViewDidChange:WebViewDidChangeNotification | 5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
| 6 This demonstrates a bug in interchange newline handling during paste. | 6 This demonstrates a bug in interchange newline handling during paste. |
| 7 The selection being pasted into contain multiple blocks, which breaks the old co
de in paste that handled interchange newlines. | 7 The selection being pasted into contain multiple blocks, which breaks the old co
de in paste that handled interchange newlines. |
| 8 | <div> | 8 | <div> |
| 9 | "fbar" | 9 | "fbar" |
| 10 | "baz" | 10 | "baz" |
| 11 | <div> | 11 | <div> |
| 12 | "<#selection-caret>bar" | 12 | "<#selection-caret>bar" |
| OLD | NEW |