blob: 2da41950831aba658cf06b23d1d81e746184b504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<title>Dragging vs selecting links</title>
</head>
<body>
<p><a href="">Test link, test link, test link, test link, test link, test link, test link, test link, test link</a></p>
<p>Drag the test link above. When dragging vertically, it should drag the link. When dragging horizontally, it should select the text within the link.</p>
</body>
</html>
|