layout/reftests/bugs/363858-1-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:19c46588fd79
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 </style>
6 </head>
7 <body>
8 <div>
9 <select>
10 <option>This is option one</option>
11 <option>This is option two</option>
12 <option>This is option three which is long</option>
13 <option>This is option four</option>
14 </select>
15 </div>
16 <div>
17 <select size="3">
18 <option>This is option one</option>
19 <option>This is option two</option>
20 <option>This is option three which is long</option>
21 <option>This is option four</option>
22 </select>
23 <div>
24 </body>
25 </html>
26
27

mercurial