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 800x199
LayoutBlockFlow {HTML} at (0,0) size 800x199
LayoutBlockFlow {BODY} at (0,0) size 800x198
LayoutBlockFlow {DIV} at (0,0) size 600x36
LayoutText {#text} at (0,0) size 235x14
text run at (0,0) width 235: "Table autosizing tests - wide-specified-width.html"
LayoutBR {BR} at (235,0) size 0x14
LayoutText {#text} at (0,15) size 458x14
text run at (0,15) width 458: "This test passes if the cell with lots of text is autosized and none of the other 5 cells are autosized."
LayoutTable {TABLE} at (1,37) size 500x161 [border: none]
LayoutTableSection {TBODY} at (0,0) size 499x160
LayoutTableRow {TR} at (0,0) size 499x25
LayoutTableCell {TD} at (0,3) 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 447x25 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 38x21
text run at (2,2) width 38: "hello"
LayoutTableCell {TD} at (473,3) 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,25) size 499x135
LayoutTableCell {TD} at (0,83) 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,25) size 447x135 [bgcolor=#F0FFF0] [border: (1px dotted #006400)] [r=1 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 418x131
text run at (2,2) width 418: "hello hello hello hello hello hello hello hello hello hello"
text run at (2,24) width 418: "hello hello hello hello hello hello hello hello hello hello"
text run at (2,46) width 418: "hello hello hello hello hello hello hello hello hello hello"
text run at (2,68) width 418: "hello hello hello hello hello hello hello hello hello hello"
text run at (2,90) width 418: "hello hello hello hello hello hello hello hello hello hello"
text run at (2,112) width 80: "hello hello"
LayoutTableCell {TD} at (473,83) 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"
|