mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-15 03:16:39 +00:00
15 lines
355 B
HTML
15 lines
355 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Selection in input should not be cleared on failed drop</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ol>
|
|
<li><textarea rows="3" cols="60">Select some text in this sentence and begin dragging it.</textarea></li>
|
|
<li>Drop it on this text.</li>
|
|
<li>Pass if the text in step 1 is still selected.</li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html> |