summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/text/intrinsic-size.html
blob: ef5c3da839cf090df16071c0c440705bcd9a132a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>