summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/images/helper-drop-vertical-scrollbar.xhtml
blob: 2c3913bfc382a504c9ca52c5a10fa940b339cb2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Image drag and drop: helper file</title>
<style type="text/css">
div
  {width:1ex;}
</style>
</head>
<body ondragenter="event.preventDefault()" ondragover="return false">
<div>→ → → → → → → → → → → → → → → → → → → →</div>
</body>
</html>