Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / mouse-events-within-no-element.html
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>