Mypal/layout/reftests/css-ui-valid/select/select-required-ref.html
2019-03-11 13:26:37 +03:00

10 lines
214 B
HTML

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