diff options
Diffstat (limited to 'layout/reftests/font-features/font-kerning-table-normal.html')
-rw-r--r-- | layout/reftests/font-features/font-kerning-table-normal.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/font-features/font-kerning-table-normal.html b/layout/reftests/font-features/font-kerning-table-normal.html new file mode 100644 index 0000000000..fe1ad57e89 --- /dev/null +++ b/layout/reftests/font-features/font-kerning-table-normal.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML> +<html> +<head> +<style type="text/css"> +@font-face { + font-family: gentium; + src: url(../fonts/sil/GenR102.ttf); +} +body { + margin: 10px; + font-family: gentium; + font-size: 600%; + line-height: 1.2em; + font-kerning: normal; +} +</style> +</head> +<body lang="en"> +<div>Ta To</div> +<div>AVA</div> +<div>AWAY</div> +</body> +</html> |