1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-features/font-kerning-table-none.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<style type="text/css"> 1.8 +@font-face { 1.9 + font-family: gentium; 1.10 + /* font that has an old-style 'kern' table rather than GPOS 'kern' feature */ 1.11 + src: url(../fonts/sil/GenR102.ttf); 1.12 +} 1.13 +body { 1.14 + margin: 10px; 1.15 + font-family: gentium; 1.16 + font-size: 600%; 1.17 + line-height: 1.2em; 1.18 + font-kerning: none; 1.19 +} 1.20 +</style> 1.21 +</head> 1.22 +<body lang="en"> 1.23 +<div>Ta To</div> 1.24 +<div>AVA</div> 1.25 +<div>AWAY</div> 1.26 +</body> 1.27 +</html>