blob: 978db8344d28506502458d2de3422fa4624902b9 [file] [log] [blame]
<html id="hElem" contenteditable=true>
<script>
if (window.layoutTestController)
layoutTestController.dumpEditingCallbacks();
</script>
<body onload="document.getElementById('hElem').focus()">
This test makes sure that we don't scroll unnecessarily to reveal an editable HTML Element.
<br> If the document doesn't scroll, test passes.<br>
<b>This demonstrates a bug: normally, focusing an element will select its contents.</b>
<div style="width:2000px;height:2000px;"></div>
If the document scrolls here, test fails.
</body>
</html>