gecko-dev/layout/reftests/bugs/315920-29-ref.html

16 строки
351 B
HTML
Исходник Обычный вид История

2007-12-21 06:36:38 +03:00
<!DOCTYPE html>
<html>
<head>
<title>Reference for 315920-11 d, e</title>
<style> optgroup {color:green} </style>
</head>
<body>
<select size="2">
<optgroup id="ogone" label="There should be no red">
</optgroup>
<optgroup id="ogtwo" label="There should be no red">
</optgroup>
</select>
</body>
</html>