comparison: layout/reftests/abs-pos/select-1-ref.html
layout/reftests/abs-pos/select-1-ref.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <select size=4> |
|
4 <option>foo</option> |
|
5 <option>bar</option> |
|
6 </select> |
|
7 <select> |
|
8 <option>foo</option> |
|
9 <option>bar</option> |
|
10 </select> |
|
11 </html> |