blob: dd2864a6f87a162dbb1c167a0c73aadb29e20ed5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description">Inputs with type 'text' and 'password' should have the same default logical widths, and the same logical widths with equal inline padding applied.</p>
<div id="console"></div>
<div id=parent>
<input type=text>
<input type=password>
</div>
<script src="resources/input-logical-widths-helper.js"></script>
</body>
</html>