no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1513423-1-ref.html
blob56ce2957421f27864d9831b1eb1a98b5d38afb70
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'>aI&#x301;&#x302;&#x303;&#x304;z
31 </div>
32 </body>
33 </html>