no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text / 1170688.html
blobd83d81b3c7bf1ec510930117ba968b39f17dd732
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset=utf-8>
5 <style type="text/css">
6 @font-face {
7 font-family: local-gentium;
8 src: url(../fonts/sil/GenR102.ttf);
10 p {
11 font: 300% local-gentium, serif;
12 font-weight: bold;
13 color: rgba(100,255,100, 0.2);
14 margin: 0;
16 </style>
17 </head>
18 <body>
19 <p>Test</p>
20 </body>
21 </html>