diff options
Diffstat (limited to 'layout/reftests/font-features/kerning-sanity-check-default.html')
-rw-r--r-- | layout/reftests/font-features/kerning-sanity-check-default.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/layout/reftests/font-features/kerning-sanity-check-default.html b/layout/reftests/font-features/kerning-sanity-check-default.html new file mode 100644 index 000000000..aa2f1afbe --- /dev/null +++ b/layout/reftests/font-features/kerning-sanity-check-default.html @@ -0,0 +1,37 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>kerning sanity checks</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + +<style type="text/css"> + +@font-face { + font-family: LinuxLibertine; + src: url(../fonts/LinLibertine_Re-4.7.5.woff); +} + +body { + margin: 5px; +} + +div#test, div#test pre { + font-family: Arial, LinuxLibertine, sans-serif; + font-size: 300%; + line-height: 1.1em; + /* font-feature-settings == default */ +} + +pre { + margin: 0; + padding: 0; +} + +</style> +</head> +<body> +<div id="test"> +<pre><span>AWAY</span></pre> +</div> +</body> +</html>
\ No newline at end of file |