layout/reftests/bugs/363858-4.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/363858-4.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +div { width: 0 }
     1.9 +option { white-space: normal }
    1.10 +optgroup { white-space: normal }
    1.11 +* { -moz-appearance: none }
    1.12 +</style>
    1.13 +</head>
    1.14 +<body>
    1.15 +<div>
    1.16 +<select>
    1.17 +  <optgroup>
    1.18 +  <option>This is option one</option>
    1.19 +  <option>This is option two</option>
    1.20 +  <option>This is option three which is long</option>
    1.21 +  <option>This is option four</option>
    1.22 +  </optgroup>
    1.23 +</select>
    1.24 +</div>
    1.25 +<div>
    1.26 +<select size="3">
    1.27 +  <optgroup>
    1.28 +  <option>This is option one</option>
    1.29 +  <option>This is option two</option>
    1.30 +  <option>This is option three which is long</option>
    1.31 +  <option>This is option four</option>
    1.32 +  </optgroup>
    1.33 +</select>
    1.34 +<div>
    1.35 +</body>
    1.36 +</html>
    1.37 +
    1.38 +  

mercurial