summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/selection/148.html
blob: 93219c59447d1b2174e4aa723510c4e20a07cab7 (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>