mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
15 lines
306 B
HTML
15 lines
306 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Selection should not be cleared on failed drop</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ol>
|
|
<li>Select some text in this sentence and begin dragging it.</li>
|
|
<li>Drop it on this text.</li>
|
|
<li>Pass if the text in step 1 is still selected.</li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html> |