| 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n |
| 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | 7 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification |
| 8 | <!DOCTYPE html> | 8 | <!DOCTYPE html> |
| 9 | <html> | 9 | <html> |
| 10 | <head> | 10 | <head> |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 | <div> | 73 | <div> |
| 74 | contenteditable="" | 74 | contenteditable="" |
| 75 | id="root" | 75 | id="root" |
| 76 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break
: after-white-space;" | 76 | style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break
: after-white-space;" |
| 77 | " | 77 | " |
| 78 " | 78 " |
| 79 | <div> | 79 | <div> |
| 80 | class="editing" | 80 | class="editing" |
| 81 | id="test" | 81 | id="test" |
| 82 | " | 82 | " |
| 83 test test <#selection-anchor>test<#selection-focus>" | 83 test test <#selection-anchor>test<#selection-focus>" |
| 84 | " " | 84 | " " |
| 85 | " | 85 | " |
| 86 " | 86 " |
| 87 | " | 87 | " |
| 88 " | 88 " |
| 89 | <script> | 89 | <script> |
| 90 | src="../editing.js" | 90 | src="../editing.js" |
| 91 | " | 91 | " |
| 92 " | 92 " |
| 93 | <script> | 93 | <script> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 105 | <ol> | 105 | <ol> |
| 106 | <li> | 106 | <li> |
| 107 | "execCopyCommand: | 107 | "execCopyCommand: |
| 108 <div id="test" class="editing"> | 108 <div id="test" class="editing"> |
| 109 test test | 109 test test |
| 110 </div> | 110 </div> |
| 111 " | 111 " |
| 112 | <li> | 112 | <li> |
| 113 | "execPasteCommand: | 113 | "execPasteCommand: |
| 114 <div id="test" class="editing"> | 114 <div id="test" class="editing"> |
| 115 test test test</div> | 115 test test test</div> |
| 116 " | 116 " |
| 117 | " | 117 | " |
| 118 | 118 |
| 119 | 119 |
| 120 " | 120 " |
| OLD | NEW |