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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
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 784x584
LayoutBlockFlow {P} at (0,0) size 784x40
LayoutText {#text} at (0,0) size 50x19
text run at (0,0) width 50: "Test for "
LayoutInline {I} at (0,0) size 783x39
LayoutInline {A} at (0,0) size 306x19 [color=#0000EE]
LayoutText {#text} at (49,0) size 306x19
text run at (49,0) width 306: "http://bugs.webkit.org/show_bug.cgi?id=14134"
LayoutText {#text} at (354,0) size 783x39
text run at (354,0) width 5: " "
text run at (358,0) width 425: "REGRESSION (r25353): Whitespace nodes ignored between inline"
text run at (0,20) width 57: "list items"
LayoutText {#text} at (57,20) size 4x19
text run at (57,20) width 4: "."
LayoutBlockFlow {P} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 706x19
text run at (0,0) width 445: "This tests that whitespace-only text nodes get renderers when they should "
text run at (445,0) width 261: "even if initially they did not need a renderer."
LayoutBlockFlow {P} at (0,92) size 784x20
LayoutText {#text} at (0,0) size 326x19
text run at (0,0) width 326: "The left column should be identical to the right column."
LayoutTable {TABLE} at (0,128) size 191x104 [border: none]
LayoutTableSection {TBODY} at (0,0) size 190x103
LayoutTableRow {TR} at (0,0) size 190x29
LayoutTableCell {TD} at (0,0) size 95x29 [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {DIV} at (5,5) size 86x20
LayoutText {#text} at (0,0) size 22x19
text run at (0,0) width 22: "wet"
LayoutText {#text} at (22,0) size 4x19
text run at (22,0) width 4: " "
LayoutText {#text} at (26,0) size 20x19
text run at (26,0) width 20: "suit"
LayoutTableCell {TD} at (95,0) size 95x29 [border: (1px solid #000000)] [r=0 c=1 rs=1 cs=1]
LayoutBlockFlow {DIV} at (5,5) size 86x20
LayoutText {#text} at (0,0) size 46x19
text run at (0,0) width 46: "wet suit"
LayoutTableRow {TR} at (0,29) size 190x45
LayoutTableCell {TD} at (0,29) size 95x45 [border: (1px solid #000000)] [r=1 c=0 rs=1 cs=1]
LayoutBlockFlow {UL} at (5,5) size 86x20
LayoutInline {LI} at (0,0) size 22x19
LayoutText {#text} at (40,0) size 22x19
text run at (40,0) width 22: "wet"
LayoutText {#text} at (62,0) size 4x19
text run at (62,0) width 4: " "
LayoutInline {LI} at (0,0) size 20x19
LayoutText {#text} at (66,0) size 20x19
text run at (66,0) width 20: "suit"
LayoutText {#text} at (0,0) size 0x0
LayoutTableCell {TD} at (95,29) size 95x45 [border: (1px solid #000000)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {UL} at (5,5) size 86x20
LayoutInline {LI} at (0,0) size 22x19
LayoutText {#text} at (40,0) size 22x19
text run at (40,0) width 22: "wet"
LayoutText {#text} at (62,0) size 4x19
text run at (62,0) width 4: " "
LayoutInline {LI} at (0,0) size 20x19
LayoutText {#text} at (66,0) size 20x19
text run at (66,0) width 20: "suit"
LayoutText {#text} at (0,0) size 0x0
LayoutTableRow {TR} at (0,74) size 190x29
LayoutTableCell {TD} at (0,74) size 95x29 [border: (1px solid #000000)] [r=2 c=0 rs=1 cs=1]
LayoutBlockFlow {DIV} at (5,5) size 86x20
LayoutInline {DIV} at (0,0) size 22x19
LayoutText {#text} at (0,0) size 22x19
text run at (0,0) width 22: "wet"
LayoutText {#text} at (22,0) size 4x19
text run at (22,0) width 4: " "
LayoutInline {DIV} at (0,0) size 20x19
LayoutText {#text} at (26,0) size 20x19
text run at (26,0) width 20: "suit"
LayoutText {#text} at (0,0) size 0x0
LayoutTableCell {TD} at (95,74) size 95x29 [border: (1px solid #000000)] [r=2 c=1 rs=1 cs=1]
LayoutBlockFlow {DIV} at (5,5) size 86x20
LayoutInline {DIV} at (0,0) size 22x19
LayoutText {#text} at (0,0) size 22x19
text run at (0,0) width 22: "wet"
LayoutText {#text} at (22,0) size 4x19
text run at (22,0) width 4: " "
LayoutInline {DIV} at (0,0) size 20x19
LayoutText {#text} at (26,0) size 20x19
text run at (26,0) width 20: "suit"
LayoutText {#text} at (0,0) size 0x0
|