blob: 7de1b3e9e50d4d6b4ba863ef8dd385d2bd39549a [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 'tel' 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=tel>
<script src="resources/input-logical-widths-helper.js"></script>
</body>
</html>