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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x268
LayoutBlockFlow {HTML} at (0,0) size 800x268
LayoutBlockFlow {BODY} at (8,16) size 784x236
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 265x19
text run at (0,0) width 265: "This <hr width=\"25%\"> should be centered:"
LayoutBlockFlow {HR} at (293,36) size 198x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,54) size 784x20
LayoutText {#text} at (0,0) size 187x19
text run at (0,0) width 187: "This one should be left-aligned."
LayoutBlockFlow {HR} at (0,90) size 198x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,108) size 784x20
LayoutText {#text} at (0,0) size 195x19
text run at (0,0) width 195: "This one should be right-aligned."
LayoutBlockFlow {HR} at (586,144) size 198x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,162) size 784x20
LayoutText {#text} at (0,0) size 173x19
text run at (0,0) width 173: "This one should be centered."
LayoutBlockFlow {HR} at (293,198) size 198x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,216) size 784x20
LayoutText {#text} at (0,0) size 52x19
text run at (0,0) width 52: "(W3C: \x{201C}"
LayoutInline {A} at (0,0) size 186x19 [color=#0000EE]
LayoutText {#text} at (52,0) size 186x19
text run at (52,0) width 186: "By default, the rule is centered."
LayoutText {#text} at (238,0) size 11x19
text run at (238,0) width 11: "\x{201D})"
|