no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1513423-2.html
blobfca554d391d96eee11a77ba85054c1aacd769e96
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset='utf-8'/>
5 <meta name='viewport' content='initial-scale=1' />
6 <style>
7 @font-face {
8 font-family: test;
9 src: url(../fonts/sil/CharisSIL-R.ttf);
12 body {
13 font-family: test;
14 line-height: 2;
17 .container {
18 padding: 1rem 0 0.3rem;
21 .placeholder {
22 font-style: italic;
23 position: absolute;
24 font-size: 8em;
26 </style>
27 </head>
28 <body>
29 <div class='container'>
30 <div class='placeholder'>a&#x202e;I&#x323;&#x324;&#x325;&#x326;&#x202c;z
31 </div>
32 </body>
33 </html>