| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "WebFont"; | |
| src: url("Ahem.ttf") format("truetype"); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div style="font: 100px 'WebFont';">Hello</div> | |
| This tests passes if there is no Web Process crash. | |
| </body> | |
| </html> |