4 <style type='text/css'
>
5 :hover
{ background-color: #666; }
8 <script type=
"text/javascript">
11 if (!window
.eventSender
)
14 document
.body
.offsetTop
; // Force layout. The mouse is not tracked before first layout.
15 eventSender
.mouseMoveTo(16, 16); // Hover.
16 document
.body
.offsetTop
; // Update layout for hovered state.
20 <body onload=
"test()">
21 <h3>Test of unqualifed :hover selector in strict parsing mode
</h3>
23 <p>Moving the mouse anywhere over the document should result in the background color being changed to grey.
</p>