Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 502795-1-ref.html
blob61b366c8b820e3aa1ed2501f7f553145cc4c35c2
1 <html>
2 <head>
3 <title>bug 502795 - letterspace with downloaded font</title>
4 </head>
5 <style type="text/css">
6 @font-face {
7 font-family: test;
8 src: url(../fonts/MarkA.ttf);
10 p {
11 font-family: test;
12 font-size: 24pt;
14 </style>
15 <body>
16 <p>A</p>
17 </body>
18 </html>