summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/editing/dnd/selection/067-1.xhtml
blob: a908282bb753177d94ce9387dd4a5390ae380e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Selection drag and drop: helper file</title>
<style type="text/css">
iframe
  {width:100%;
  height:200px;
  border-style:none;}
</style>
</head>
<body>
<p><iframe src="helper-drag-me-input.xhtml">XHTML document</iframe></p>
</body>
</html>