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