3 <style type='text/css'
>
4 :hover
{ background-color: #666; }
7 <script type=
"text/javascript">
10 if (!window
.eventSender
)
13 document
.body
.offsetTop
; // Force layout. The mouse is not tracked before first layout.
14 eventSender
.mouseMoveTo(16, 16); // Hover.
15 document
.body
.offsetTop
; // Update layout for hovered state.
19 <body onload=
"test()">
20 <h3>Test of unqualifed :hover selector in quirks parsing mode
</h3>
22 <p>Moving the mouse anywhere over the document should result no change to the background color.
</p>