summaryrefslogtreecommitdiffstats
path: root/dom/events/test/dragimage.html
blob: 059b1de90f872a6a3f8bc1973ea6c8bbccf43c25 (plain)
1
2
3
4
5
6
7
8
9
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>