1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 {DIV} at (0,0) size 784x40
LayoutText {#text} at (0,0) size 751x39
text run at (0,0) width 751: "This tests that we only preserve an empty paragraph's style when moving paragraphs around if the selection is still in an empty"
text run at (0,20) width 199: "paragraph after the move occurs."
LayoutBlockFlow {DIV} at (0,40) size 784x20
LayoutText {#text} at (0,0) size 298x19
text run at (0,0) width 298: "The test passes if the text below is still underlined."
LayoutBlockFlow (anonymous) at (0,60) size 784x20
LayoutBR {BR} at (0,0) size 0x19
LayoutBlockFlow {DIV} at (0,80) size 784x20
LayoutInline {SPAN} at (0,0) size 179x19
LayoutText {#text} at (0,0) size 179x19
text run at (0,0) width 179: "This text should be underlined"
caret: position 30 of child 0 {#text} of child 0 {SPAN} of child 6 {DIV} of body
|