Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
editing
/
selection
/
focus-body.html
blob: dc1779d1b18ab044d24f8ab571d69c8c16bcc6b9 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpEditingCallbacks
();
</script>
<body
contenteditable
=
"true"
>
This test focuses an editable body. Its contents should not be selected.
<script>
document
.
body
.
focus
();
</script>
</body>