Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/315920-1d.html

11 lines
250 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head/>
<body>
<select size="2">
<option id="one" style="color: red" disabled="disabled">Should be green</option>
<option id="two" style="color: blue">Should be blue</option>
</select>
</body>
</html>