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

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
OLDNEW
(Empty)
1 <iframe id="sourceFrame" style="width: 400px; height: 300px;" src="resources/mou se-events-within-no-element-iframe.html"></iframe>
Julien - ping for review 2014/09/19 16:56:41 All tests should have a DOCTYPE unless they are ex
Miyoung Shin(g) 2014/09/20 03:59:43 OK. I will add
2 <p id="description"></p>
3 <div id="console"></div>
4 <script src="../../resources/js-test.js"></script>
5 <script>
6 description("Tests the mouse event when the mouse event is fired in the document but there is no body element");
Julien - ping for review 2014/09/19 16:56:41 Let's rephrase this as we always have a <body> ele
Miyoung Shin(g) 2014/09/20 03:59:43 OK. I will change.
7 if (window.testRunner)
8 testRunner.dumpChildFramesAsText();
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698