1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/467084-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>Testcase for side issue in bug 467084</title> 1.6 +<style type="text/css"> 1.7 + 1.8 +div { background: yellow; padding-bottom: 3px; } 1.9 +select { 1.10 + margin: 2em 0; /* be bigger than the line-height */ 1.11 + visibility: hidden; 1.12 +} 1.13 +option { height: 0; min-height: 0; } 1.14 + 1.15 +</style> 1.16 +<div> 1.17 +<select size="3"> 1.18 + <option>One</option> 1.19 + <option>Two</option> 1.20 + <option>Three</option> 1.21 +</select> 1.22 +</div>