comparison: gfx/tests/crashtests/686190-1.html
gfx/tests/crashtests/686190-1.html
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <head> |
|
3 <style type="text/css"> |
|
4 @font-face { |
|
5 font-family: foo; |
|
6 src: url(Prototype.ttf); |
|
7 } |
|
8 body { |
|
9 font-family: foo; |
|
10 font-size: 2000px; |
|
11 font-weight: 900; |
|
12 } |
|
13 </style> |
|
14 </head> |
|
15 <body> |
|
16 xyzzy |
|
17 </body> |
|
18 </html> |