summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/kerning-spaces-arial-kern.html
blob: 7b859073d8a32a58a98cdd8874f40eab0715f8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE HTML>
<html>
<head>
<title>testing contextual kerning with spaces</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<style type="text/css">

body {
  margin: 5px;
}

div#test, div#test pre {
  font-family: Arial, sans-serif;
  font-size: 150%;
  line-height: 1.1em;
  -webkit-font-feature-settings: "kern" on;
  font-feature-settings: "kern" on;
}

pre {
  margin: 0;
  padding: 0;
}

</style>
</head>
<body>
<div id="test">
<pre><span>Q A Q</span></pre>
<pre><span>Q L Q</span></pre>
<pre><span>Q P Q</span></pre>
<pre><span>Q T Q</span></pre>
<pre><span>Q Y Q</span></pre>
<pre><span>Q Α Q</span></pre>
<pre><span>Q Δ Q</span></pre>
<pre><span>Q Λ Q</span></pre>
<pre><span>Q Ρ Q</span></pre>
<pre><span>Q Τ Q</span></pre>
<pre><span>Q Υ Q</span></pre>
<pre><span>Q Ϋ Q</span></pre>
<pre><span>Q ’ Q</span></pre>
</div>
</body>
</html>