1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 13:10:46 +00:00
Files
UXP/layout/reftests/css-valid/select/select-required-ref.html
T

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>