OLD | NEW |
| (Empty) |
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
9 This test ensures that createMarkup puts an interchange newline on the pasteboar
d for a selection ending at the end of a block. Both regions below should be vi
sually identical. | |
10 | |
11 first region (bar and baz are copied): | |
12 | <div> | |
13 | <div> | |
14 | "foo" | |
15 | "bar" | |
16 | "baz" | |
17 | |
18 second region (bar and baz are pasted): | |
19 | "foo" | |
20 | <div> | |
21 | <div> | |
22 | "bar" | |
23 | "baz<#selection-caret>" | |
OLD | NEW |