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 (676,0) size 124x600
LayoutBlockFlow {HTML} at (0,0) size 124x600
LayoutBlockFlow {BODY} at (8,8) size 108x584
LayoutBlockFlow (anonymous) at (0,0) size 20x584
LayoutText {#text} at (0,0) size 19x388
text run at (0,0) width 388: "This test should have two centered tables and two centered divs."
LayoutTable {TABLE} at (20,206) size 24x172 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 22x170
LayoutTableRow {TR} at (0,0) size 22x170
LayoutTableCell {TD} at (0,0) size 22x170 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x168
text run at (1,1) width 168: "This table is aligned \"center\""
LayoutTable {TABLE} at (44,194.50) size 24x195 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 22x193
LayoutTableRow {TR} at (0,0) size 22x193
LayoutTableCell {TD} at (0,0) size 22x193 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 19x191
text run at (1,1) width 191: "This table is aligned \"CENTER\""
LayoutBlockFlow {DIV} at (68,0) size 20x584
LayoutText {#text} at (0,213) size 19x158
text run at (0,213) width 157: "This div is aligned \"center\""
LayoutBlockFlow {DIV} at (88,0) size 20x584
LayoutText {#text} at (0,202) size 19x180
text run at (0,202) width 180: "This div is aligned \"CENTER\""
|