Sign in
webkit
/
WebKit
/
3f78a298b8cb2d7ccc1b4dafb89a4d60eb2fbe8f
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
try-text-select-with-disabled-text-interaction.html
blob: ecc1b23f03e5bf958f35e1fa1b583485fbe403dd [
file
] [
log
] [
blame
]
<style>
body
{
width
:
100%
;
height
:
100%
;
}
#
editable
{
width
:
100%
;
height
:
400px
;
font-size
:
400px
;
white-space
:
nowrap
;
border
:
1px
blue dashed
;
}
</style>
<div
id
=
"editable"
contenteditable
>
Hello world
</div>