Source code
Revision control
Copy as Markdown
Other Tools
<!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>