147.html (326B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Selection should not be cleared on failed drop</title> 5 </head> 6 <body> 7 8 <ol> 9 <li>Select some text in this sentence and begin dragging it.</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>