Sign in
webkit
/
WebKit
/
9641047005339a44ecb1e1216caaa1105a36a25c
/
.
/
LayoutTests
/
fast
/
forms
/
number
/
number-placeholder-with-unacceptable-value.html
blob: da3924ea1f15ce1b7d9133ed70904ebc27982eec [
file
] [
log
] [
blame
]
<input
type
=
"number"
placeholder
=
"placeholder"
autofocus
>
<script>
document
.
execCommand
(
'inserttext'
,
false
,
'aaa'
);
</script>