blob: 33ad053d3ac6f1efc2f7ac8131891c9360fa5d76 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpEditingCallbacks();
</script>
<div style="width: 400px; height: 50px; padding: 25px 0 0 25px; background: yellow;"><div contenteditable="true" style="background: white; height:20px; width:100px"></div></div>
<p>This test clicks inside an editable div element, and must result in the element receiving focus. If the test succeeds the element should have a focus ring.</p>
<script>
if (window.eventSender) {
eventSender.mouseMoveTo(100, 45);
eventSender.mouseDown();
eventSender.mouseUp();
}
</script>