1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/348516-3-notref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 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 + width: 50%; 1.14 + background-color: cyan; 1.15 +} 1.16 +</style></head><body> 1.17 + 1.18 +<select size="3"> 1.19 +<option>right</option> 1.20 +</select> 1.21 + 1.22 +</body></html>