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 784x20
LayoutText {#text} at (0,0) size 525x19
text run at (0,0) width 525: "This test verifies that we draw borders and and backgrounds for inlines without content."
LayoutBlockFlow (anonymous) at (0,20) size 784x20
LayoutBR {BR} at (0,0) size 0x19
LayoutBlockFlow {DIV} at (0,40) size 784x20
LayoutText {#text} at (0,0) size 237x19
text run at (0,0) width 237: "There should be two blue boxes below:"
LayoutBlockFlow (anonymous) at (0,60) size 784x140
LayoutInline {A} at (0,0) size 15x25 [color=#0000EE] [border: (3px solid #0000EE)]
LayoutText {#text} at (0,0) size 0x0
LayoutInline {A} at (0,0) size 26x25 [color=#0000EE] [border: (3px solid #0000EE)]
LayoutText {#text} at (23,0) size 11x19
text run at (23,0) width 11: "A"
LayoutText {#text} at (41,0) size 4x19
text run at (41,0) width 4: " "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,20) size 0x19
LayoutText {#text} at (0,40) size 248x19
text run at (0,40) width 248: "There should be a blue box after this text:"
LayoutInline {A} at (0,0) size 10x29 [bgcolor=#0000FF]
LayoutText {#text} at (258,40) size 4x19
text run at (258,40) width 4: " "
LayoutBR {BR} at (262,55) size 0x0
LayoutInline {A} at (0,0) size 10x29 [bgcolor=#0000FF]
LayoutText {#text} at (10,60) size 265x19
text run at (10,60) width 265: "There should be a blue box before this text. "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,80) size 0x19
LayoutInline {A} at (0,0) size 10x29
LayoutText {#text} at (10,100) size 310x19
text run at (10,100) width 310: "There should be 10px of space left before this text. "
LayoutBR {BR} at (0,0) size 0x0
LayoutBR {BR} at (0,120) size 0x19
LayoutBlockFlow {P} at (0,216) size 784x40
LayoutText {#text} at (0,0) size 182x19
text run at (0,0) width 182: "This text is before the anchor. "
LayoutInline {A} at (0,0) size 0x0
LayoutText {#text} at (181,0) size 741x39
text run at (181,0) width 385: "This text is after the anchor, but should be flush with the anchor. "
text run at (565,0) width 176: "There should be no spaces in"
text run at (0,20) width 256: "between the anchor and this following text."
LayoutBlockFlow {P} at (0,272) size 784x20
LayoutInline {A} at (0,0) size 685x19
LayoutText {#text} at (0,0) size 685x19
text run at (0,0) width 685: "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 1x19
LayoutText {#text} at (0,0) size 0x0
|