blob: 3552ad6f2df70924ffb6f8ecbc101a5e12150f7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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>
|