Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mou se-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> | |
| OLD | NEW |