layout/reftests/bugs/348516-2-notref.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:f8e5e648a605
1 <html><head>
2
3 <style>
4
5 select {
6 width: 200px;
7 }
8 option {
9 padding: 0;
10 background-color: cyan;
11 }
12 </style></head><body>
13
14 <select size="3">
15 <option>left</option>
16 </select>
17
18 </body></html>

mercurial