layout/reftests/css-valid/select/select-required-ref.html

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:1f9231069aa3
1 <!DOCTYPE html>
2 <html>
3 <link rel='stylesheet' type='text/css' href='style.css'>
4 <body>
5 <select style="background-color: green;">
6 <option selected value="">foo</option>
7 </selecT>
8 </body>
9 </html>

mercurial