<html> | |
<head> | |
</head> | |
<body style="font-size:11px;"> | |
<p>Text inside input field should not be cut off at the bottom when its font | |
is larger than the body font size. If the descenders in "something gjpqy" below | |
are all visible, the test passes. If they are cut off by the bottom of the | |
input box, the test fails.</p> | |
<input id="a1" style="font-size:1.1em;width: 300px;" type="text" value="something gjpqy" /> | |
</body> | |
</html> |