| OLD | NEW |
| (Empty) |
| 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 3 layer at (0,0) size 800x600 | |
| 4 LayoutView at (0,0) size 800x600 | |
| 5 layer at (0,0) size 800x600 | |
| 6 LayoutBlockFlow {HTML} at (0,0) size 800x600 | |
| 7 LayoutBlockFlow {BODY} at (8,8) size 784x584 | |
| 8 LayoutBlockFlow {P} at (0,0) size 784x40 | |
| 9 LayoutText {#text} at (0,0) size 782x39 | |
| 10 text run at (0,0) width 651: "This tests behavior when a node that ser
ves as the start or end of a selection is removed from the document. " | |
| 11 text run at (651,0) width 131: "Ideally, we would just" | |
| 12 text run at (0,20) width 551: "adjust the selection when an endpoint i
s removed, for now, we just blow away the selection." | |
| 13 LayoutBlockFlow {P} at (0,56) size 784x40 | |
| 14 LayoutText {#text} at (0,0) size 735x39 | |
| 15 text run at (0,0) width 455: "This test creates a selection that ends
inside of a node that will be removed. " | |
| 16 text run at (455,0) width 164: "Then the node is removed. " | |
| 17 text run at (619,0) width 116: "Then a Select All is" | |
| 18 text run at (0,20) width 62: "executed. " | |
| 19 text run at (62,20) width 242: "The entire document should be selected
." | |
| 20 LayoutBlockFlow {DIV} at (0,112) size 784x20 | |
| 21 LayoutText {#text} at (0,0) size 32x19 | |
| 22 text run at (0,0) width 32: "hello " | |
| 23 LayoutText {#text} at (32,0) size 40x19 | |
| 24 text run at (32,0) width 40: "world!" | |
| 25 selection start: position 0 of child 0 {#text} of child 1 {P} of body | |
| 26 selection end: position 7 of child 1 {#text} of child 5 {DIV} of body | |
| OLD | NEW |