148.html (375B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Selection in input should not be cleared on failed drop</title> 5 </head> 6 <body> 7 8 <ol> 9 <li><textarea rows="3" cols="60">Select some text in this sentence and begin dragging it.</textarea></li> 10 <li>Drop it on this text.</li> 11 <li>Pass if the text in step 1 is still selected.</li> 12 </ol> 13 14 </body> 15 </html>