| OLD | NEW |
| (Empty) |
| 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 5 This is a test for execCommand("RemoveFormat"). It demonstrates a bug: everythin
g in the editable region below should be selected, as everything was selected be
fore Remove Format was performed. | |
| 6 | |
| 7 markup: | |
| 8 | " | |
| 9 " | |
| 10 | "<#selection-anchor>foo" | |
| 11 | <a> | |
| 12 | href="http://www.google.com/" | |
| 13 | "bar" | |
| 14 | "baz" | |
| 15 | <br> | |
| 16 | " | |
| 17 " | |
| 18 | <table> | |
| 19 | border="1" | |
| 20 | <tbody> | |
| 21 | <tr> | |
| 22 | <td> | |
| 23 | "foo" | |
| 24 | <td> | |
| 25 | "bar" | |
| 26 | <td> | |
| 27 | "baz" | |
| 28 | " | |
| 29 " | |
| 30 | "foo" | |
| 31 | "bar" | |
| 32 | "baz<#selection-focus>" | |
| 33 | <br> | |
| 34 | " | |
| 35 " | |
| 36 | |
| 37 console: | |
| 38 | | |
| OLD | NEW |