selection-from-ui.html (693B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dragging text from UI widgets</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Select some text in the address bar.</li> 10 <li>Drag the selection to the following textarea, and release it: <br><textarea rows="3" cols="50"></textarea></li> 11 <li>Pass if:<ol> 12 <li>A visible representation of the selected text appears to be dragged.</li> 13 <li>The mouse cursor shows that the drop will be allowed over the textarea.</li> 14 <li>The selected text appears in the textarea.</li> 15 </ol></li> 16 <li>Repeat the test with other UI text inputs, including ones that allow linebreaks (if any).</li> 17 </ol> 18 19 </body> 20 </html>