blob: 5105f68601487aef2173597fc54146393bc5d803 [file] [log] [blame]
<html id="html">
<body contenteditable="true">VisiblePositions created at [html, x] where html is non-editable should descend into an editable body, for convenience. Everything on this page should be selected.
<script>
if (window.layoutTestController)
layoutTestController.dumpEditingCallbacks();
var e = document.getElementById("html");
window.getSelection().setBaseAndExtent(e, 1, e, 2);
</script>
</body></html>