Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / font-features / kerning-sanity-check-kern.html
blob66225cd372fab0dd29120ba74ee5e5f0e50b6dcc
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>kerning sanity checks</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 @font-face {
10 font-family: LinuxLibertine;
11 src: url(../fonts/LinLibertine_Re-4.7.5.woff);
14 body {
15 margin: 5px;
18 div#test, div#test pre {
19 font-family: Arial, LinuxLibertine, sans-serif;
20 font-size: 300%;
21 line-height: 1.1em;
22 -webkit-font-feature-settings: "kern" on;
23 font-feature-settings: "kern" on;
26 pre {
27 margin: 0;
28 padding: 0;
31 </style>
32 </head>
33 <body>
34 <div id="test">
35 <pre><span>AWAY</span></pre>
36 </div>
37 </body>
38 </html>