Sign in
webkit
/
WebKit
/
29a2e8f77bd7d7c8be7a41b633ceed5d54f16465
/
.
/
LayoutTests
/
editing
/
selection
/
focus-body.html
blob: 9cc8f99656d10631284e1d7eff789ab46ce8eb78 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpEditingCallbacks
();
</script>
<body
contenteditable
=
"true"
>
This test focuses an editable body. Its contents should not be selected.
<script>
document
.
body
.
focus
();
</script>
</body>