1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/font-kerning-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 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 +} 1.12 +body { 1.13 + margin: 10px; 1.14 + font-family: libertine, sans-serif; 1.15 + font-size: 600%; 1.16 + line-height: 1.2em; 1.17 + /* font-feature-settings should take precedence over font-kerning, 1.18 + so kerning should be ENabled here. */ 1.19 + font-feature-settings: "kern" on; 1.20 + font-kerning: none; 1.21 +} 1.22 +</style> 1.23 +</head> 1.24 +<body lang="en"> 1.25 +<div>Ta To</div> 1.26 +<div>AVA</div> 1.27 +<div>AWAY</div> 1.28 +</body> 1.29 +</html>