Sign in
webkit
/
WebKit
/
5cda268a4e3038fdd535865c42a3c8af7153e3fb
/
.
/
LayoutTests
/
fast
/
forms
/
textfield-overflow.html
blob: a847f22c442bcb1fd465a8b937e58028b065c8f1 [
file
] [
log
] [
blame
]
<html>
<body>
<input
id
=
'a'
type
=
"text"
style
=
"
height
:
10px
"
>
<script>
document
.
getElementById
(
'a'
).
focus
();
</script>