Sign in
mojo
/
mojo
/
0d86dc8b8b04258c1d42cfdf5d9b6bc410a8f0e7
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
selection_readonly.html
blob: 7231bccdff2b6c938847229ae7543baeee8fb055 [
file
] [
log
] [
blame
]
<input
id
=
"readonly-input"
type
=
"text"
value
=
"This text should be selected."
readonly
>
<script>
var
input
=
document
.
getElementById
(
'readonly-input'
);
input
.
select
();
</script>