1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {P} at (0,0) size 784x40
LayoutText {#text} at (0,0) size 749x39
text run at (0,0) width 749: "This tests for a hang on delete where a style rule would cause style spans in content moved after the delete to be displayed as"
text run at (0,20) width 176: "blocks. You should see Hello"
LayoutInline {B} at (0,0) size 41x19
LayoutText {#text} at (175,20) size 41x19
text run at (175,20) width 41: "World"
LayoutText {#text} at (215,20) size 45x19
text run at (215,20) width 45: " below."
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutBlockFlow {DIV} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 32x19
text run at (0,0) width 32: "Hello"
LayoutInline {SPAN} at (0,0) size 41x19
LayoutText {#text} at (32,0) size 41x19
text run at (32,0) width 41: "World"
caret: position 5 of child 0 {#text} of child 1 {DIV} of child 2 {DIV} of body
|