010.html (483B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Dropping selection onto dropzone with no padding</title> 5 </head> 6 <body> 7 8 <noscript><p>Enable JavaScript and reload</p></noscript> 9 <ol> 10 <li>Select some text in this sentence.</li> 11 <li dropzone="copy string:text/plain" ondrop="this.parentNode.getElementsByTagName('li')[2].textContent='PASS';">Drag the selection over this text and release it.</li> 12 <li>This text should change.</li> 13 </ol> 14 15 </body> 16 </html>