comparison: layout/reftests/abs-pos/select-2-ref.html
layout/reftests/abs-pos/select-2-ref.html
- branch
- TOR_BUG_3246
- changeset 5
- 4ab42b5ab56c
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <body style="margin: 0; padding: 0;"> |
|
4 <div style="position: absolute; top: 100px; left: 100px;"> |
|
5 <select size=4> |
|
6 <option>foo</option> |
|
7 <option>bar</option> |
|
8 </select> |
|
9 </div> |
|
10 </body> |
|
11 </html> |