comparison: layout/forms/crashtests/323499-1.html
layout/forms/crashtests/323499-1.html
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 |
|
4 <style> |
|
5 select { |
|
6 visibility: collapse; |
|
7 } |
|
8 |
|
9 body { |
|
10 display: -moz-grid-group; |
|
11 } |
|
12 |
|
13 </style> |
|
14 </head> |
|
15 |
|
16 <body> |
|
17 |
|
18 <select><option>a</option></select> |
|
19 |
|
20 </body> |
|
21 </html> |