1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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 {OL} at (0,0) size 784x60
LayoutListItem {LI} at (40,0) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "1"
LayoutInline {U} at (0,0) size 468x19
LayoutText {#text} at (0,0) size 468x19
text run at (0,0) width 468: "This tests for a crash when making and removing lists from underlined content."
LayoutListItem {LI} at (40,20) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "2"
LayoutInline {U} at (0,0) size 257x19
LayoutText {#text} at (0,0) size 257x19
text run at (0,0) width 257: "All three paragraphs should be in list items."
LayoutListItem {LI} at (40,40) size 744x20
LayoutListMarker (anonymous) at (-16,0) size 16x19: "3"
LayoutInline {U} at (0,0) size 209x19
LayoutText {#text} at (0,0) size 209x19
text run at (0,0) width 209: "And all three should be underlined."
selection start: position 0 of child 0 {#text} of child 0 {U} of child 0 {LI} of child 0 {OL} of body
selection end: position 35 of child 0 {#text} of child 0 {U} of child 2 {LI} of child 0 {OL} of body
|