mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02: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> |