Sign in
mojo
/
mojo-tools
/
64a4a80012dbfd6ffdc1c50a922cebca36dae341
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
selection_disabled.html
blob: d1a49e5de4de22bc9bec7cfa2b0fc0299b319aa4 [
file
] [
log
] [
blame
]
<input
id
=
"disabled-input"
type
=
"text"
value
=
"This text should be selected."
disabled
>
<script>
var
input
=
document
.
getElementById
(
'disabled-input'
);
input
.
select
();
</script>