Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / woff2-1.html
blob35cd516a6d15cf6ec2694e41b1fafe8b7624e46e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test for WOFF2</title>
6 <style>
7 @font-face {
8 font-family: test;
9 src: url(../fonts/sil/GenR102.woff2);
11 body {
12 font-family: test, monospace;
13 font-size: 24px;
15 </style>
16 </head>
17 <body>
18 Hello WOFF2 World!
19 </body>
20 </html>