1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 784x576
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 643x19
text run at (0,0) width 643: "This tests for a bug where hitting return inside an empty paragraph in a non-empty list item would remove it."
LayoutBlockFlow {DIV} at (0,36) size 784x60
LayoutBlockFlow {UL} at (0,0) size 784x60
LayoutListItem {LI} at (40,0) size 744x40
LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
LayoutText {#text} at (0,0) size 20x19
text run at (0,0) width 20: "foo"
LayoutBR {BR} at (20,15) size 0x0
LayoutBR {BR} at (0,20) size 0x19
LayoutListItem {LI} at (40,40) size 744x20
LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
LayoutBR {BR} at (0,0) size 0x19
caret: position 0 of child 0 {BR} of child 1 {LI} of child 1 {UL} of child 2 {DIV} of body
|