Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / unicoderange-2.html
blobe380b413683aad943f158c11fb7391d4e5f6ea82
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);
20 @font-face {
21 font-family: "One";
22 src: url(../fonts/mark2A.ttf);
25 @font-face {
26 font-family: "One";
27 src: url(../fonts/markB.ttf);
28 unicode-range: u+42;
31 @font-face {
32 font-family: "One";
33 src: url(../fonts/mark2B.ttf);
34 unicode-range: u+42;
37 @font-face {
38 font-family: "One";
39 src: url(../fonts/mark2A.ttf);
40 unicode-range: u+41;
43 @font-face {
44 font-family: "One";
45 src: url(../fonts/markA.ttf);
46 unicode-range: u+41;
49 body { font-family: ahemspace, "One"; }
51 </style>
52 </head>
53 <body>
55 <p>ABC</p>
57 </body>
58 </html>