Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<title>Testcase for initial reflow of zero height options</title>
<style>
html { overflow: hidden }
option { height: 0; min-height: 0 }
</style>
<select size="3">
<option>One</option>
<option>Two</option>
<option>Three</option>
</select>