| OLD | NEW |
| 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML
> #document to 3 of DIV > BODY > HTML > #document | |
| 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification | |
| 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 7 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr
om 5 of #text > DIV > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DI
V > BODY > HTML > #document givenAction:WebViewInsertActionPasted | |
| 8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > DIV > DIV >
BODY > HTML > #document to 6 of DIV > DIV > BODY > HTML > #document toDOMRange:
range from 0 of DIV > DIV > DIV > BODY > HTML > #document to 0 of DIV > DIV > DI
V > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelectin
g:FALSE | |
| 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
| 11 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification | |
| 12 | 7 |
| 13 | 8 |
| 14 Tests: | 9 Tests: |
| 15 | 10 |
| 16 Copying and pasting a whole line followed by a blank line could remove the blank
line incorrectly, as in the case described in | 11 Copying and pasting a whole line followed by a blank line could remove the blank
line incorrectly, as in the case described in |
| 17 <rdar://problem/3951178> REGRESSION (Mail): blank line lost after pasting as quo
tation. | 12 <rdar://problem/3951178> REGRESSION (Mail): blank line lost after pasting as quo
tation. |
| 18 | 13 |
| 19 | 14 |
| 20 Expected Results: | 15 Expected Results: |
| 21 | 16 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 | " | 48 | " |
| 54 " | 49 " |
| 55 | <div> | 50 | <div> |
| 56 | " | 51 | " |
| 57 three | 52 three |
| 58 " | 53 " |
| 59 | " | 54 | " |
| 60 " | 55 " |
| 61 | " | 56 | " |
| 62 " | 57 " |
| OLD | NEW |