Dactyloidae/layout/reftests/forms/input/text/intrinsic-size.html

12 lines
390 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Intrinsic Size Test</title>
<style>input, textarea { border-radius:0; background:none; border:none; }</style>
</head>
<body>
<div>
<span style="border:2px solid black"><input style="background-color:transparent; border:none; font-family:monospace; padding-left:201px"/></span>
</div>
</body>
</html>