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 800x114
LayoutBlockFlow {HTML} at (0,0) size 800x114
LayoutBlockFlow {BODY} at (8,8) size 784x98
LayoutBlockFlow (anonymous) at (0,0) size 784x18
LayoutText {#text} at (0,0) size 411x17
text run at (0,0) width 411: "This test should have two centered tables and two centered divs."
LayoutTable {TABLE} at (297,18) size 190x22 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 188x20
LayoutTableRow {TR} at (0,0) size 188x20
LayoutTableCell {TD} at (0,0) size 188x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 186x17
text run at (1,1) width 186: "This table is aligned \"center\""
LayoutTable {TABLE} at (285.50,40) size 213x22 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 211x20
LayoutTableRow {TR} at (0,0) size 211x20
LayoutTableCell {TD} at (0,0) size 211x20 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (1,1) size 209x17
text run at (1,1) width 209: "This table is aligned \"CENTER\""
LayoutBlockFlow {DIV} at (0,62) size 784x18
LayoutText {#text} at (304,0) size 176x17
text run at (304,0) width 176: "This div is aligned \"center\""
LayoutBlockFlow {DIV} at (0,80) size 784x18
LayoutText {#text} at (293,0) size 198x17
text run at (293,0) width 198: "This div is aligned \"CENTER\""
|