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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/mouse-events-within-no-element.html
diff --git a/LayoutTests/fast/events/mouse-events-within-no-element.html b/LayoutTests/fast/events/mouse-events-within-no-element.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e363c3812e29000cd7f2c3634c3371abea5136d
--- /dev/null
+++ b/LayoutTests/fast/events/mouse-events-within-no-element.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+ <iframe id="sourceFrame" style="width: 400px; height: 400px;" src="resources/mouse-events-within-no-element-iframe.html"></iframe>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698