mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
13 lines
373 B
HTML
13 lines
373 B
HTML
<?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> |