summaryrefslogtreecommitdiffstats
path: root/dom/events/test/dragimage.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/events/test/dragimage.html')
-rw-r--r--dom/events/test/dragimage.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/events/test/dragimage.html b/dom/events/test/dragimage.html
new file mode 100644
index 0000000000..059b1de90f
--- /dev/null
+++ b/dom/events/test/dragimage.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Drag Image Test</title>
+</head>
+<body>
+<img src="green.png" width=100 height=100>
+<div id='over' style='width: 100px; height: 100px; border: 1px solid black;'
+ ondragover="event.preventDefault();"></div>
+</body>
+</html>