Files
palemoon27/layout/reftests/forms/input/file/size.html
T

10 lines
195 B
HTML

<!DOCTYPE html>
<!-- size should have no impact on <input type='file'>. -->
<html>
<body>
<input type='file' size='5'>
<br>
<input type='file' multiple size='30'>
</body>
</html>