comparison: layout/base/crashtests/835056.html
layout/base/crashtests/835056.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <style type="text/css"> |
|
4 html, body |
|
5 { |
|
6 overflow: hidden; |
|
7 } |
|
8 |
|
9 body |
|
10 { |
|
11 backface-visibility: hidden; |
|
12 } |
|
13 </style> |
|
14 </head> |
|
15 <body> |
|
16 <div style="position: fixed"></div> |
|
17 </body> |
|
18 </html> |
|
19 |