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
|
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 784x579
LayoutBlockFlow {P} at (0,0) size 784x36
LayoutText {#text} at (0,0) size 260x17
text run at (0,0) width 260: "This test checks for a regression against "
LayoutInline {I} at (0,0) size 746x35
LayoutInline {A} at (0,0) size 353x17 [color=#0000EE]
LayoutText {#text} at (259,0) size 353x17
text run at (259,0) width 353: "http://bugzilla.opendarwin.org/show_bug.cgi?id=5619"
LayoutText {#text} at (611,0) size 746x35
text run at (611,0) width 135: " CSS2: pre-wrap has"
text run at (0,18) width 181: "overflow/selection problems"
LayoutText {#text} at (180,18) size 5x17
text run at (180,18) width 5: "."
LayoutBlockFlow {P} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 707x17
text run at (0,0) width 707: "Both boxes should not have scroll bars. The selection should not spill out of the blue box to the right of \x{201C}text\x{201D}."
LayoutBlockFlow {HR} at (0,86) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {HR} at (0,202) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {PRE} at (0,217) size 108x88 [border: (4px solid #0000FF)]
LayoutText {#text} at (4,4) size 100x80
text run at (4,4) width 88: "This text"
text run at (92,4) width 12: " "
text run at (4,20) width 72: "will wrap"
text run at (76,20) width 0: " "
text run at (4,36) width 72: "and fit"
text run at (76,36) width 24: " "
text run at (4,52) width 80: "within the"
text run at (84,52) width 0: " "
text run at (4,68) width 32: "box."
text run at (36,68) width 0: " "
layer at (8,109) size 108x88 clip at (12,113) size 100x80
LayoutBlockFlow {PRE} at (0,101) size 108x88 [border: (4px solid #A52A2A)]
LayoutText {#text} at (4,4) size 100x80
text run at (4,4) width 88: "This text"
text run at (92,4) width 12: " "
text run at (4,20) width 72: "will wrap"
text run at (76,20) width 0: " "
text run at (4,36) width 72: "and fit"
text run at (76,36) width 24: " "
text run at (4,52) width 80: "within the"
text run at (84,52) width 0: " "
text run at (4,68) width 32: "box."
text run at (36,68) width 0: " "
selection start: position 7 of child 0 {#text} of child 7 {PRE} of body
selection end: position 15 of child 0 {#text} of child 11 {PRE} of body
|