layout/reftests/font-features/font-kerning-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-features/font-kerning-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +@font-face {
     1.9 +  font-family: libertine;
    1.10 +  src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
    1.11 +  font-feature-settings: "kern" off;
    1.12 +}
    1.13 +body {
    1.14 +  margin: 10px;
    1.15 +  font-family: libertine, sans-serif;
    1.16 +  font-size: 600%;
    1.17 +  line-height: 1.2em;
    1.18 +}
    1.19 +</style>
    1.20 +</head>
    1.21 +<body lang="en">
    1.22 +<div>Ta To</div>
    1.23 +<div>AVA</div>
    1.24 +<div>AWAY</div>
    1.25 +</body>
    1.26 +</html>

mercurial