mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-14 12:16:32 +00:00
16 lines
461 B
HTML
16 lines
461 B
HTML
<!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> |