1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/315920-28-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <body> 1.7 + <select size="7"> 1.8 + <optgroup id="ogone" label="opt group 1" style="color:green" disabled="disabled"> 1.9 + <option id="one" style="color:green">Should be no red</option> 1.10 + <option id="two" style="color:green">Should be no red</option> 1.11 + </optgroup> 1.12 + <optgroup id="ogtwo" label="opt group 2" style="color:blue"> 1.13 + <option id=three style="color:blue">Should be no red</option> 1.14 + <option id=four style="color:blue">Should be no red</option> 1.15 + </optgroup> 1.16 + </select> 1.17 + </body> 1.18 +</html>