Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / unicoderange-1.html
blobb1b008e01deaddfa8ee30e831e0e514aa65b3ded
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en-US">
4 <head>
5 <title></title>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <style type="text/css">
9 @font-face {
10 font-family: ahemspace;
11 src: url(../fonts/Ahem.ttf);
12 unicode-range: u+20;
15 @font-face {
16 font-family: "One";
17 src: url(../fonts/markB.ttf);
18 unicode-range: u+42;
21 @font-face {
22 font-family: "One";
23 src: url(../fonts/mark2B.ttf);
24 unicode-range: u+42;
27 @font-face {
28 font-family: "One";
29 src: url(../fonts/mark2A.ttf);
30 unicode-range: u+41;
33 @font-face {
34 font-family: "One";
35 src: url(../fonts/markA.ttf);
36 unicode-range: u+41;
39 body { font-family: ahemspace, "One"; }
41 </style>
42 </head>
43 <body>
45 <p>ABC</p>
47 </body>
48 </html>