repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
selection
/
focus-body.html
blob
9cc8f99656d10631284e1d7eff789ab46ce8eb78
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpEditingCallbacks
();
4
</script>
5
<body
contenteditable
=
"true"
>
This test focuses an editable body. Its contents should not be selected.
6
<script>
7
document
.
body
.
focus
();
8
</script>
9
</body>