blob: 6f6b74083e7670615bea0df01dd25dbef54d8751 [file] [log] [blame]
<!DOCTYPE html>
<iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe>
<p id="description"></p>
<div id="console"></div>
<script src="../../resources/js-test.js"></script>
<script>
description("Tests that the mouse event is fired when the mouse pointer stays in document but there is no element");
if (window.testRunner)
testRunner.dumpChildFrames();
</script>