2008-12-07 13:58:07 -08:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Test for :hover</title>
|
2010-09-02 22:43:26 -07:00
|
|
|
<script type="application/javascript" src="chrome://mochikit/content/MochiKit/packed.js"></script>
|
|
|
|
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
|
2008-12-07 13:58:07 -08:00
|
|
|
</head>
|
2010-08-27 16:15:08 -07:00
|
|
|
<body onload="startTest();">
|
2008-12-07 13:58:07 -08:00
|
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=">Mozilla Bug </a>
|
2010-08-27 16:15:08 -07:00
|
|
|
<div id="display">
|
2008-12-07 13:58:07 -08:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<pre id="test">
|
|
|
|
<script type="application/javascript">
|
|
|
|
|
|
|
|
SimpleTest.waitForExplicitFinish();
|
|
|
|
|
2010-08-27 16:15:08 -07:00
|
|
|
function startTest() {
|
|
|
|
// Run the test in a separate window so that the parent document doesn't have
|
|
|
|
// anything that will cause reflows and dispatch synth mouse moves when we don't
|
|
|
|
// want them and disturb our test.
|
|
|
|
window.open("hover_helper.html", "hover_helper", "width=200,height=300");
|
2008-12-07 13:58:07 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|