blob: 549ac4f09556936bfe130a8a7a916be3170e4bd9 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description">Inputs with type 'text' and 'url' 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=url>
</div>
<script src="resources/input-logical-widths-helper.js"></script>
</body>
</html>