summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/textfield-overflow.html
blob: a847f22c442bcb1fd465a8b937e58028b065c8f1 (plain)
1
2
3
4
5
6
<html>
<body>
<input id='a' type="text" style="height: 10px">
<script>
document.getElementById('a').focus();
</script>