layout/reftests/font-features/spacelookups-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-features/spacelookups-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>contextual substitutions for fonts with spaces in lookups</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
    1.10 +<style type="text/css">
    1.11 +@font-face {
    1.12 +  font-family: spacelookup-defscr-deflang-deffeat;
    1.13 +  src: url(../fonts/spacelookups/spacelookup-defscr-deflang-deffeat.ttf);
    1.14 +}
    1.15 +body {
    1.16 +  margin: 20px 40px;
    1.17 +  line-height: 1.2;
    1.18 +}
    1.19 +
    1.20 +div { font-size: 400%; }
    1.21 +
    1.22 +.spacelookup-defscr-deflang-deffeat { font-family: spacelookup-defscr-deflang-deffeat; }
    1.23 +</style>
    1.24 +
    1.25 +</head>
    1.26 +<body>
    1.27 +<div class="spacelookup-defscr-deflang-deffeat">
    1.28 +<span>&#xf007;</span>
    1.29 +<span>&#xf007;</span>
    1.30 +<span>&#xf007;</span>
    1.31 +<span>&#xf007;</span>
    1.32 +<span>&#xf007;</span>
    1.33 +<span>&#xf007;</span>
    1.34 +</div>
    1.35 +</body>
    1.36 +</html>

mercurial