1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x526
LayoutBlockFlow {html} at (0,0) size 800x526
LayoutBlockFlow {body} at (8,8) size 784x502
LayoutBlockFlow (anonymous) at (0,0) size 784x20
LayoutText {#text} at (0,0) size 608x19
text run at (0,0) width 229: "The two blocks should look identical. "
text run at (229,0) width 379: "One uses an SVG, and the other just uses a normal HTML div."
LayoutBlockFlow {p} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 338x19
text run at (0,0) width 338: "There should be a red, white and blue pattern below this"
LayoutSVGRoot (floating) {svg} at (18,90) size 140x140
LayoutSVGRect {rect} at (38,110) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutBlockFlow {p} at (0,232) size 784x20
LayoutText {#text} at (0,0) size 338x19
text run at (0,0) width 338: "There should be a red, white and blue pattern above this"
LayoutBlockFlow {hr} at (0,268) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {p} at (0,286) size 784x20
LayoutText {#text} at (0,0) size 338x19
text run at (0,0) width 338: "There should be a red, white and blue pattern below this"
LayoutBlockFlow (floating) {div} at (10,332) size 140x140 [border: (10px solid #FF0000)]
LayoutBlockFlow {div} at (20,20) size 100x100 [bgcolor=#0000FF]
LayoutBlockFlow {p} at (0,482) size 784x20
LayoutText {#text} at (0,0) size 338x19
text run at (0,0) width 338: "There should be a red, white and blue pattern above this"
|