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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x250
LayoutBlockFlow {HTML} at (0,0) size 800x250
LayoutBlockFlow {BODY} at (8,16) size 784x218
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 428x19
text run at (0,0) width 428: "Each link below should display the text \"n(href=n)\" where n is a number"
LayoutBlockFlow {P} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 307x19
text run at (0,0) width 307: "The href attribute of the last one is changed onload."
LayoutBlockFlow {HR} at (0,72) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,90) size 784x20
LayoutInline {A} at (0,0) size 58x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "1"
LayoutInline {<pseudo:after>} at (0,0) size 50x19
LayoutTextFragment (anonymous) at (8,0) size 50x19
text run at (8,0) width 50: "(href=1)"
LayoutBlockFlow {P} at (0,126) size 784x20
LayoutInline {A} at (0,0) size 58x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "2"
LayoutInline {<pseudo:after>} at (0,0) size 50x19
LayoutTextFragment (anonymous) at (8,0) size 50x19
text run at (8,0) width 50: "(href=2)"
LayoutBlockFlow {P} at (0,162) size 784x20
LayoutInline {A} at (0,0) size 58x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "3"
LayoutInline {<pseudo:after>} at (0,0) size 50x19
LayoutTextFragment (anonymous) at (8,0) size 50x19
text run at (8,0) width 50: "(href=3)"
LayoutBlockFlow {P} at (0,198) size 784x20
LayoutInline {A} at (0,0) size 58x19 [color=#0000EE]
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "4"
LayoutInline {<pseudo:after>} at (0,0) size 50x19
LayoutTextFragment (anonymous) at (8,0) size 50x19
text run at (8,0) width 50: "(href=4)"
|