Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/css-ui-invalid/select/select-required-multiple-ref.html

10 lines
256 B
HTML

<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<select multiple style="background-color: green;">
<option selected></option>
<option selected value="">foo</option>
</select>
</body>
</html>