Backed out 5 changesets (bug 1694229) for geckoview failures. CLOSED TREE
[gecko.git] / testing / web-platform / tests / html / editing / dnd / platform / placeholderposition2.html
blob373309d1a9284f48510c34c86de6f625b381682d
1 <!doctype html>
2 <html>
3 <head>
4 <title>drag and drop - position of the placeholder for a dragged selection</title>
5 <style type="text/css">
6 p { cursor: default; }
7 </style>
8 </head>
9 <body>
11 <p>Select the first word in this sentence. Drag the selection downwards, using the pixel in the top-left corner of the selection highlight. When dragging, the top-left corner of the dragged placeholder should exactly match the position of the mouse cursor.</p>
13 </body>
14 </html>