Mypal/layout/reftests/bugs/521539-1.html

6 lines
133 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<html>
<body onload="document.getElementById('f').style.height = '';">
<input id="f" type="file" style="height: 0;">
</body>
</html>