Using Firefox Quantum 60.5.1esr (64-bit) in OpenSuse 15.0
This code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body>
<p>
<label for='product_quantity'>Quantity:</label>
<input id='product_quantity' name='product[quantity]' size='50' type='text' value='9999999999999999999999999'>
<br>
</p>
</body>
</html>
Produces a big text box in Opera or Chome, filled with a lot o 9s, but in Firefox and Seamonkey it produces a little text box, so little I can't see any number.
The same version of firefox in other computer with Opensuse 42.3 works fine (show the big text box).
why?
regards