blob: 5dc38f4cb7d09797b09cb2fdc004561724fb6170 [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.testRunner)
testRunner.dumpEditingCallbacks();
var e = document.getElementById("html");
window.getSelection().setBaseAndExtent(e, 1, e, 2);
</script>
</body></html>