1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/kerning-spaces-arial-nokern.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,46 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>testing contextual kerning with spaces</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 +body { 1.13 + margin: 5px; 1.14 +} 1.15 + 1.16 +div#test, div#test pre { 1.17 + font-family: Arial, sans-serif; 1.18 + font-size: 150%; 1.19 + line-height: 1.1em; 1.20 + -moz-font-feature-settings: "kern" off; 1.21 + -webkit-font-feature-settings: "kern" off; 1.22 + font-feature-settings: "kern" off; 1.23 +} 1.24 + 1.25 +pre { 1.26 + margin: 0; 1.27 + padding: 0; 1.28 +} 1.29 + 1.30 +</style> 1.31 +</head> 1.32 +<body> 1.33 +<div id="test"> 1.34 +<pre><span>Q A Q</span></pre> 1.35 +<pre><span>Q L Q</span></pre> 1.36 +<pre><span>Q P Q</span></pre> 1.37 +<pre><span>Q T Q</span></pre> 1.38 +<pre><span>Q Y Q</span></pre> 1.39 +<pre><span>Q Α Q</span></pre> 1.40 +<pre><span>Q Δ Q</span></pre> 1.41 +<pre><span>Q Λ Q</span></pre> 1.42 +<pre><span>Q Ρ Q</span></pre> 1.43 +<pre><span>Q Τ Q</span></pre> 1.44 +<pre><span>Q Υ Q</span></pre> 1.45 +<pre><span>Q Ϋ Q</span></pre> 1.46 +<pre><span>Q ’ Q</span></pre> 1.47 +</div> 1.48 +</body> 1.49 +</html> 1.50 \ No newline at end of file