Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: LayoutTests/fast/events/mouse-events-within-no-element.html

Issue 494913003: Mousemove event should be fired when the mouse stays in the document but there is no element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouse-events-within-no-element-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/mouse-events-within-no-element-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698