1637405-pua-shaping-1.html (389B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <style> 4 @font-face { 5 font-family: test; 6 src: url(../fonts/JuniusX-Regular.woff2); 7 } 8 .test { 9 font: 50px test; 10 } 11 </style> 12 <p>Test passes if the first line has the diacritic right-aligned over the m, 13 while the second line has it centered:</p> 14 <div class=test><span style="display:inline-block">m</span></div> 15 <div class=test>m</div>