1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/363858-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<style> 1.8 +</style> 1.9 +</head> 1.10 +<body> 1.11 +<div> 1.12 +<select> 1.13 + <option>This is option one</option> 1.14 + <option>This is option two</option> 1.15 + <option>This is option three which is long</option> 1.16 + <option>This is option four</option> 1.17 +</select> 1.18 +</div> 1.19 +<div> 1.20 +<select size="3"> 1.21 + <option>This is option one</option> 1.22 + <option>This is option two</option> 1.23 + <option>This is option three which is long</option> 1.24 + <option>This is option four</option> 1.25 +</select> 1.26 +<div> 1.27 +</body> 1.28 +</html> 1.29 + 1.30 +