blob: 35347d376330db0dac03726be8ebce9c099eb1c4 [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;
height: 10px;
overflow: hidden;
}
</style>
<input type="text" value="|">
</body>
</html>