summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/focus/Selection_addRange_into_iframe_iframe.html
blob: 946d4aa5e777beaf319fe928476e99cc48a5c14c (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<meta charset=utf-8>
<body>
<div style="height: 3000px;">Spacer to check whether or not page was scrolled down to focused editor</div>
<p>Here are two editors:</p>
<div id="editor1" contenteditable>The first editor.</div>
<div id="editor2" contenteditable>The second editor.</div>
<div id="non-editor">The non-editable div.</div>
</body>