| 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 747x39 | |
| 10 text run at (0,0) width 678: "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 (678,0) width 69: "Ideally, we" | |
| 12 text run at (0,20) width 649: "would just adjust the selection when an
endpoint is removed, for now, we just blow away the selection." | |
| 13 LayoutBlockFlow {P} at (0,56) size 784x40 | |
| 14 LayoutText {#text} at (0,0) size 771x39 | |
| 15 text run at (0,0) width 475: "This test creates a selection that ends
inside of a node that will be removed. " | |
| 16 text run at (475,0) width 172: "Then the node is removed. " | |
| 17 text run at (647,0) width 124: "Then a Select All is" | |
| 18 text run at (0,20) width 64: "executed. " | |
| 19 text run at (64,20) width 253: "The entire document should be selected
." | |
| 20 LayoutBlockFlow {DIV} at (0,112) size 784x20 | |
| 21 LayoutText {#text} at (0,0) size 35x19 | |
| 22 text run at (0,0) width 35: "hello " | |
| 23 LayoutText {#text} at (35,0) size 42x19 | |
| 24 text run at (35,0) width 42: "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 |