drag-link-manual.html (401B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dragging vs selecting links</title> 5 </head> 6 <body> 7 8 <p><a href="">Test link, test link, test link, test link, test link, test link, test link, test link, test link</a></p> 9 <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> 10 11 </body> 12 </html>