Sign in
webkit
/
WebKit
/
7da9358be6e516995933e60cccdc53109c6f35ed
/
.
/
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>