tenfourfox/layout/reftests/bugs/1209994-4.html

22 lines
318 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<style>
div {
height: 240px;
}
#f {
height: 0;
overflow: hidden;
padding: 0;
border: none;
}
</style>
There should be a visible select below:
<div>
<select id="f"><option>This is a select</option></select>
</div>
<script>
h = document.body.clientHeight;
f.style.height = "auto";
</script>