summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/platform/html-to-os-HELPER-FILE.html
blob: 608026f208b07e3d08aff5498fbd39cf2f4777e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
	<head>
		<title>drag and drop - dragging HTML onto the OS - helper file</title>
	</head>
	<body>

		<p>This is the helper file. Drop the paragraph here --&gt;</p>
		<script type="text/javascript">
document.body.contentEditable = true;
		</script>

	</body>
</html>