selection-to-ui.html (455B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dragging text to UI widgets</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Select some text on this page.</li> 10 <li>Drag the selection to your browser's address field. Fail if the mouse cursor shows that the text cannot be dropped.</li> 11 <li>Release it. Pass if the selected text appears in the address field.</li> 12 <li>Repeat the test with other UI text inputs.</li> 13 </ol> 14 15 </body> 16 </html>