blob: 2df42145a7bda44d35aae59ad779c681c6eb960c [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, 0, e, 1);
</script>
</body></html>