tenfourfox/layout/reftests/bugs/315920-5-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
340 B
HTML

<!DOCTYPE html>
<html>
<head/>
<body>
<select size="4" id="selection">
<option id="zero" style="color: green" selected="true">Should be no red</option>
<option id="two" style="color: green">Should be no red</option>
<option id="three" style="color: green">Should be no red</option>
</select>
</body>
</html>