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
39
40
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x576
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 54x17
text run at (0,0) width 54: "Test for "
LayoutInline {I} at (0,0) size 676x17
LayoutInline {A} at (0,0) size 305x17 [color=#0000EE]
LayoutText {#text} at (53,0) size 305x17
text run at (53,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=15309"
LayoutText {#text} at (357,0) size 372x17
text run at (357,0) width 5: " "
text run at (361,0) width 368: "Crash due to infinite recursion in LayoutTable::addChild"
LayoutText {#text} at (728,0) size 5x17
text run at (728,0) width 5: "."
LayoutBlockFlow {P} at (0,34) size 784x18
LayoutText {#text} at (0,0) size 514x17
text run at (0,0) width 514: "The following should look the same (and have identical render tree hierarchies):"
LayoutBlockFlow {P} at (0,68) size 784x36
LayoutTable {SPAN} at (0,0) size 32x36
LayoutTableSection (anonymous) at (0,0) size 32x18
LayoutTableRow (anonymous) at (0,0) size 32x18
LayoutTableCell (anonymous) at (0,0) size 32x18 [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (0,0) size 32x17
text run at (0,0) width 32: "table"
LayoutBlockFlow {<pseudo:after>} at (0,18) size 32x18
LayoutTextFragment (anonymous) at (0,0) size 30x17
text run at (0,0) width 30: "after"
LayoutBlockFlow {P} at (0,120) size 784x36
LayoutTable {TABLE} at (0,0) size 32x36
LayoutTableSection {TBODY} at (0,0) size 32x18
LayoutTableRow {TR} at (0,0) size 32x18
LayoutTableCell {TD} at (0,0) size 32x18 [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (0,0) size 32x17
text run at (0,0) width 32: "table"
LayoutBlockFlow {CAPTION} at (0,18) size 32x18
LayoutText {#text} at (1,0) size 30x17
text run at (1,0) width 30: "after"
|