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
RenderView at (0,0) size 800x600
layer at (0,0) size 800x170
RenderBlock {html} at (0,0) size 800x170
RenderBody {body} at (8,16) size 784x146
RenderBlock {div} at (0,0) size 784x90
RenderBlock {p} at (0,0) size 784x18 [bgcolor=#00FF00]
RenderText {#text} at (0,0) size 304x18
text run at (0,0) width 304: "This paragraph should have a green background"
RenderTable {table} at (0,34) size 310x56
RenderTableSection {tbody} at (0,0) size 310x56
RenderTableRow {tr} at (0,2) size 310x52
RenderTableCell {td} at (2,2) size 306x52 [r=0 c=0 rs=1 cs=1]
RenderBlock {p} at (1,17) size 304x18 [bgcolor=#00FF00]
RenderText {#text} at (0,0) size 304x18
text run at (0,0) width 304: "This paragraph should have a green background"
RenderTable {table} at (0,90) size 227x56
RenderTableSection {tbody} at (0,0) size 227x56
RenderTableRow {tr} at (0,2) size 227x52
RenderTableCell {td} at (2,2) size 223x52 [r=0 c=0 rs=1 cs=1]
RenderBlock {p} at (1,17) size 221x18
RenderText {#text} at (0,0) size 221x18
text run at (0,0) width 221: "This paragraph should be unstyled."
|