1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/348516-2-notref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html><head> 1.5 + 1.6 +<style> 1.7 + 1.8 +select { 1.9 + width: 200px; 1.10 +} 1.11 +option { 1.12 + padding: 0; 1.13 + background-color: cyan; 1.14 +} 1.15 +</style></head><body> 1.16 + 1.17 +<select size="3"> 1.18 +<option>left</option> 1.19 +</select> 1.20 + 1.21 +</body></html>