2 <script type="text/javascript">
3 document.addEventListener("mousemove", mousemoved);
7 function mousemoved(event)
9 if (event.clientX < -1)
15 if (!window.layoutTestController)
17 layoutTestController.dumpAsText();
18 eventSender.mouseMoveTo(150, 100);
19 eventSender.mouseDown();
20 eventSender.mouseMoveTo(50, 100);
21 alert("Test result: " + result);
25 This is a test for <i><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5923">http://bugzilla.opendarwin.org/show_bug.cgi?id=5923</a>
26 REGRESSION: scrolling on Google maps continues after the mouse is released outside the window</i>.
29 (Cannot run interactively)