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
|
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
LayoutInline {SPAN} at (0,0) size 228x17 [color=#FF0000]
LayoutText {#text} at (0,0) size 228x17
text run at (0,0) width 228: "This should turn red when hovered."
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {HR} at (0,26) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,44) size 784x36
LayoutText {#text} at (0,0) size 54x17
text run at (0,0) width 54: "Test for "
LayoutInline {I} at (0,0) size 751x35
LayoutInline {A} at (0,0) size 353x17 [color=#0000EE]
LayoutText {#text} at (53,0) size 353x17
text run at (53,0) width 353: "http://bugzilla.opendarwin.org/show_bug.cgi?id=7327"
LayoutText {#text} at (405,0) size 751x35
text run at (405,0) width 346: " REGRESSION (r12869): :hover subselector does not"
text run at (0,18) width 132: "work in quirks mode"
LayoutText {#text} at (131,18) size 101x17
text run at (131,18) width 101: ". This tests that "
LayoutInline {CODE} at (0,0) size 97x16
LayoutText {#text} at (231,20) size 97x16
text run at (231,20) width 97: "span#t:hover"
LayoutText {#text} at (327,18) size 174x17
text run at (327,18) width 174: " matches the hovered span."
|