| OLD | NEW |
| (Empty) |
| 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 10 This test uses FormatBlock to modify three of the paragraphs below | |
| 11 | |
| 12 Before FormatBlock: | |
| 13 | " | |
| 14 " | |
| 15 | <p> | |
| 16 | id="item1" | |
| 17 | "Make Pre" | |
| 18 | " | |
| 19 " | |
| 20 | <br> | |
| 21 | " | |
| 22 " | |
| 23 | <div> | |
| 24 | "Foo" | |
| 25 | <br> | |
| 26 | <span> | |
| 27 | id="item2" | |
| 28 | "Make h1" | |
| 29 | <br> | |
| 30 | "baz" | |
| 31 | " | |
| 32 " | |
| 33 | <br> | |
| 34 | " | |
| 35 " | |
| 36 | <address> | |
| 37 | id="item3" | |
| 38 | "Attempt to apply the current formatting here" | |
| 39 | " | |
| 40 " | |
| 41 | |
| 42 After FormatBlock: | |
| 43 | " | |
| 44 " | |
| 45 | <pre> | |
| 46 | "Make Pre" | |
| 47 | " | |
| 48 " | |
| 49 | <br> | |
| 50 | " | |
| 51 " | |
| 52 | <div> | |
| 53 | "Foo" | |
| 54 | <br> | |
| 55 | <h1> | |
| 56 | <span> | |
| 57 | id="item2" | |
| 58 | "Make h1" | |
| 59 | "baz" | |
| 60 | " | |
| 61 " | |
| 62 | <br> | |
| 63 | " | |
| 64 " | |
| 65 | <address> | |
| 66 | id="item3" | |
| 67 | "<#selection-caret>Attempt to apply the current formatting here" | |
| 68 | " | |
| 69 " | |
| OLD | NEW |