Sign in
◑
Theme
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
chrome
/
test
/
data
/
page_with_contenteditable.html
blob: f799ccb36d778c707b3e147a5270c2c285b6a271 [
file
]
<html>
<head></head>
<body>
This page has a contenteditable div.
<div
contenteditable
>
zz.
</div>
<script>
document
.
querySelector
(
'div'
).
focus
();
</script>
</body>
</html>