selection-between-ui.html (642B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dragging text from UI widgets to each other</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Select some text in the address bar.</li> 10 <li>Drag the selection to another text input in the UI, and release it.</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 input.</li> 14 <li>The selected text appears in the input.</li> 15 </ol></li> 16 <li>Repeat the test with other UI text inputs as drag source/destination.</li> 17 </ol> 18 19 </body> 20 </html>