blob: 9949f0635bbb517c5e6879a1fdd84de2c52baa8b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>This test ensures padding inside input and textarea elements match.</p>
<style type="text/css">
input {
display: block;
font-family: arial,sans-serif;
border: none;
padding: 0 0 0 10px;
margin: 0;
resize: none;
width: 20px;
overflow: hidden;
}
</style>
<input type="text" value="|">
</body>
</html>