summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/platform/inputs-no-js.html
blob: 876f0b58aaa42fcc588e542a47f0c01b46552519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
	<head>
		<title>Dropping selections with JS disabled</title>
	</head>
	<body>

		<ol>
			<li>Disable JavaScript</li>
			<li>Select some text in <input type="text" value="this input"> and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li>
			<li>Select some text in this sentence and drag it into the following input: <input type="text" value=""> - the text you dragged should appear in there.</li>
		</ol>

	</body>
</html>