blob: ead4de32251de5dcb752d6a839366a17a5cebe79 [file] [log] [blame]
<!DOCTYPE html>
<body>
<input value=foo style="height:0.5em;">
<input placeholder=foo style="height:0.5em;">
<script>
document.body.offsetHeight;
document.getElementsByTagName('input')[0].style.height = 'initial';
document.getElementsByTagName('input')[1].style.height = 'initial';
</script>
</body>