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
27
28
29
30
31
32
33
34
35
36
37
38
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x150
LayoutBlockFlow {HTML} at (0,0) size 800x150
LayoutBlockFlow {BODY} at (0,0) size 800x149
LayoutBlockFlow {DIV} at (0,0) size 600x36
LayoutText {#text} at (0,0) size 246x14
text run at (0,0) width 246: "Table autosizing tests - narrow-specified-width.html"
LayoutBR {BR} at (245,0) size 1x14
LayoutText {#text} at (0,15) size 240x14
text run at (0,15) width 240: "This test passes if none of the 6 cells are autosized."
LayoutTable {TABLE} at (1,37) size 200x112 [border: none]
LayoutTableSection {TBODY} at (0,0) size 199x111
LayoutTableRow {TR} at (0,0) size 199x18
LayoutTableCell {TD} at (0,0) size 26x18 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 23x14
text run at (2,2) width 23: "hello"
LayoutTableCell {TD} at (26,0) size 147x18 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 23x14
text run at (2,2) width 23: "hello"
LayoutTableCell {TD} at (173,0) size 26x18 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=2 rs=1 cs=1]
LayoutText {#text} at (2,2) size 23x14
text run at (2,2) width 23: "hello"
LayoutTableRow {TR} at (0,18) size 199x93
LayoutTableCell {TD} at (0,55) size 26x18 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (2,2) size 23x14
text run at (2,2) width 23: "hello"
LayoutTableCell {TD} at (26,18) size 147x93 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 127x89
text run at (2,2) width 127: "hello hello hello hello hello"
text run at (2,17) width 127: "hello hello hello hello hello"
text run at (2,32) width 127: "hello hello hello hello hello"
text run at (2,47) width 127: "hello hello hello hello hello"
text run at (2,62) width 127: "hello hello hello hello hello"
text run at (2,77) width 23: "hello"
LayoutTableCell {TD} at (173,55) size 26x18 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=1 c=2 rs=1 cs=1]
LayoutText {#text} at (2,2) size 23x14
text run at (2,2) width 23: "hello"
|