Index: LayoutTests/fast/events/mouse-events-within-no-element.html |
diff --git a/LayoutTests/fast/events/mouse-events-within-no-element.html b/LayoutTests/fast/events/mouse-events-within-no-element.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5ead498d43c63ea96e49deb837be2d88415ebc96 |
--- /dev/null |
+++ b/LayoutTests/fast/events/mouse-events-within-no-element.html |
@@ -0,0 +1,10 @@ |
+<!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.dumpChildFramesAsText(); |
+</script> |