Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-events-within-no-element.html
blob5ead498d43c63ea96e49deb837be2d88415ebc96
1 <!DOCTYPE html>
2 <iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe>
3 <p id="description"></p>
4 <div id="console"></div>
5 <script src="../../resources/js-test.js"></script>
6 <script>
7 description("Tests that the mouse event is fired when the mouse pointer stays in document but there is no element");
8 if (window.testRunner)
9 testRunner.dumpChildFramesAsText();
10 </script>