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 800x116
LayoutBlockFlow {HTML} at (0,0) size 800x116
LayoutBlockFlow {BODY} at (0,16) size 800x80
LayoutBlockFlow {P} at (0,0) size 800x40
LayoutText {#text} at (0,0) size 792x39
text run at (0,0) width 792: "When a block element becomes a float we should not strip anonymous blocks wrapping its inline siblings if there are other blocks on"
text run at (0,20) width 22: "the "
text run at (22,20) width 549: "line. In this test case, the block is wrapped in an anonymous block as part of a continuation."
layer at (0,76) size 800x20
LayoutBlockFlow (relative positioned) {DIV} at (0,60) size 800x20 [bgcolor=#CCCCCC]
LayoutBlockFlow (anonymous) at (0,0) size 800x0
LayoutInline {SPAN} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow (anonymous) at (0,0) size 800x20
LayoutBlockFlow {P} at (0,0) size 800x20
LayoutText {#text} at (0,0) size 80x20
text run at (0,0) width 80: "Text"
LayoutBlockFlow (anonymous) at (0,40) size 800x0
LayoutInline {SPAN} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow (floating) {DD} at (800,0) size 0x0
|