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: webViewDidChange:WebViewDidChangeNotification | |
7 | |
8 | |
9 Tests: | |
10 | |
11 Deleting when a selection starts in a blank line created by a block with a BR pl
aceholder in it and extends to the end of a block. | |
12 | |
13 | |
14 Expected Results: | |
15 | |
16 Should see the three lines in the red box. First line should be "A". Next two li
nes should be empty. Insertion point should | |
17 be blinking on the second line (the first blank one). | |
18 | |
19 | |
20 | " | |
21 " | |
22 | <div> | |
23 | class="editing" | |
24 | id="test" | |
25 | " | |
26 " | |
27 | <p> | |
28 | style="margin-top: 0; margin-bottom: 0" | |
29 | "A" | |
30 | " | |
31 " | |
32 | <p> | |
33 | style="margin-top: 0; margin-bottom: 0" | |
34 | <#selection-caret> | |
35 | <br> | |
36 | " | |
37 " | |
38 | <p> | |
39 | style="margin-top: 0; margin-bottom: 0" | |
40 | <br> | |
41 | class="webkit-block-placeholder" | |
42 | " | |
43 " | |
44 | " | |
45 " | |
OLD | NEW |