blob: 44e112b2ba8c526175084c10ecb95c0ad2925a3f [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Dropping selection onto dropzone with no padding</title>
</head>
<body>
<noscript><p>Enable JavaScript and reload</p></noscript>
<ol>
<li>Select some text in this sentence.</li>
<li dropzone="copy string:text/plain" ondrop="this.parentNode.getElementsByTagName('li')[2].textContent='PASS';">Drag the selection over this text and release it.</li>
<li>This text should change.</li>
</ol>
</body>
</html>