Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / 507960-1-woff-bad-hint.html
blob1d8002da960b7dc95e2c703a0d690cc9a3eb1fa5
1 <html>
2 <head>
3 <style type="text/css">
4 @font-face {
5 font-family: test;
6 src: url(../fonts/DeLarge/DeLarge.woff) format("not-woff");
8 body {
9 font-family: test;
11 </style>
12 </head>
13 <body>
14 HELLO WORLD
15 </body>
16 </html>