1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/315920-30-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>Reference for 315920-11f</title> 1.8 + <style> 1.9 + option {color: green} 1.10 + optgroup {color: green} 1.11 + </style> 1.12 + </head> 1.13 + <body> 1.14 + <select size="7"> 1.15 + <optgroup id="ogone" label="There should be no red" disabled="disabled"> 1.16 + <option id="one" style="color:blue" selected="selected">This should be blue</option> 1.17 + <option id="two" style="color:blue">This should be blue</option> 1.18 + </optgroup> 1.19 + <optgroup id="ogtwo" label="There should be no red"> 1.20 + <option id="three">There should be no red</option> 1.21 + <option id="four">There should be no red</option> 1.22 + </optgroup> 1.23 + </select> 1.24 + </body> 1.25 +</html>