layout/reftests/css-ui-invalid/select/select-required-multiple-ref.html

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

mercurial