blob: b93cdff31dad2d54121fb93970a3cd8927868ee7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Link drag and drop through three pages</title>
</head>
<body>
<p><a href="data:text/plain,1" ondragstart="event.dataTransfer.effectAllowed = 'copy';window.location = '009-1.xhtml'">Drag me</a></p>
<p>Drag link above. You should be redirected to the new page.</p>
</body>
</html>