1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 (anonymous) at (0,0) size 784x20
LayoutText {#text} at (0,0) size 337x19
text run at (0,0) width 337: "This tests that a child style can override the :visited style."
LayoutInline {A} at (0,0) size 0x0 [color=#FF0000]
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow (anonymous) at (0,20) size 784x20
LayoutBlockFlow {DIV} at (0,0) size 784x20 [color=#008000]
LayoutText {#text} at (0,0) size 252x19
text run at (0,0) width 252: "This text should be green (and underlined)"
LayoutBlockFlow (anonymous) at (0,40) size 784x0
LayoutInline {A} at (0,0) size 0x0 [color=#FF0000]
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,40) size 784x20 [color=#008000]
LayoutText {#text} at (0,0) size 150x19
text run at (0,0) width 150: "This text should be green"
|