blob: f799ccb36d778c707b3e147a5270c2c285b6a271 [file] [log] [blame]
<html>
<head></head>
<body>
This page has a contenteditable div.
<div contenteditable>
zz.
</div>
<script>
document.querySelector('div').focus();
</script>
</body>
</html>