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
|
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 {DIV} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 563x17
text run at (0,0) width 563: "This test verifies that we draw borders and and backgrounds for inlines without content."
LayoutBlockFlow (anonymous) at (0,18) size 784x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {DIV} at (0,36) size 784x18
LayoutText {#text} at (0,0) size 252x17
text run at (0,0) width 252: "There should be two blue boxes below:"
LayoutBlockFlow (anonymous) at (0,54) size 784x126
LayoutInline {A} at (0,0) size 15x23 [color=#0000EE] [border: (3px solid #0000EE)]
LayoutText {#text} at (0,0) size 0x0
LayoutInline {A} at (0,0) size 27x23 [color=#0000EE] [border: (3px solid #0000EE)]
LayoutText {#text} at (23,0) size 12x17
text run at (23,0) width 12: "A"
LayoutText {#text} at (41,0) size 5x17
text run at (41,0) width 5: " "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,18) size 0x17
LayoutText {#text} at (0,36) size 267x17
text run at (0,36) width 267: "There should be a blue box after this text:"
LayoutInline {A} at (0,0) size 11x27 [bgcolor=#0000FF]
LayoutText {#text} at (276,36) size 5x17
text run at (276,36) width 5: " "
LayoutBR {BR} at (280,50) size 1x0
LayoutInline {A} at (0,0) size 10x27 [bgcolor=#0000FF]
LayoutText {#text} at (10,54) size 282x17
text run at (10,54) width 282: "There should be a blue box before this text. "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,72) size 0x17
LayoutInline {A} at (0,0) size 10x27
LayoutText {#text} at (10,90) size 330x17
text run at (10,90) width 330: "There should be 10px of space left before this text. "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,108) size 0x17
LayoutBlockFlow {P} at (0,196) size 784x36
LayoutText {#text} at (0,0) size 195x17
text run at (0,0) width 195: "This text is before the anchor. "
LayoutInline {A} at (0,0) size 0x0
LayoutText {#text} at (194,0) size 779x35
text run at (194,0) width 416: "This text is after the anchor, but should be flush with the anchor. "
text run at (609,0) width 170: "There should be no spaces"
text run at (0,18) width 294: "in between the anchor and this following text."
LayoutBlockFlow {P} at (0,248) size 784x18
LayoutInline {A} at (0,0) size 734x17
LayoutText {#text} at (0,0) size 734x17
text run at (0,0) width 734: "This text should be flush with the anchor. There should not be a space between the anchor and the text on this line."
LayoutInline {A} at (0,0) size 1x17
LayoutText {#text} at (0,0) size 0x0
|