layout/reftests/font-features/kerning-sanity-check-nokern.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-features/kerning-sanity-check-nokern.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>kerning sanity checks</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +
    1.10 +<style type="text/css">
    1.11 +
    1.12 +@font-face {
    1.13 +  font-family: LinuxLibertine;
    1.14 +  src: url(../fonts/LinLibertine_Re-4.7.5.woff);
    1.15 +}
    1.16 +
    1.17 +body {
    1.18 +  margin: 5px;
    1.19 +}
    1.20 +
    1.21 +div#test, div#test pre {
    1.22 +  font-family: Arial, LinuxLibertine, sans-serif;
    1.23 +  font-size: 300%;
    1.24 +  line-height: 1.1em;
    1.25 +  -moz-font-feature-settings: "kern" off;
    1.26 +  -webkit-font-feature-settings: "kern" off;
    1.27 +  font-feature-settings: "kern" off;
    1.28 +}
    1.29 +
    1.30 +pre {
    1.31 +  margin: 0;
    1.32 +  padding: 0;
    1.33 +}
    1.34 +
    1.35 +</style>
    1.36 +</head>
    1.37 +<body>
    1.38 +<div id="test">
    1.39 +<pre><span>AWAY</span></pre>
    1.40 +</div>
    1.41 +</body>
    1.42 +</html>
    1.43 \ No newline at end of file

mercurial