diff options
Diffstat (limited to 'layout/reftests/font-features/font-features-ligatures-none.html')
-rw-r--r-- | layout/reftests/font-features/font-features-ligatures-none.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/font-features/font-features-ligatures-none.html b/layout/reftests/font-features/font-features-ligatures-none.html new file mode 100644 index 0000000000..418c8c9e2e --- /dev/null +++ b/layout/reftests/font-features/font-features-ligatures-none.html @@ -0,0 +1,20 @@ +<html> +<head> +<style type="text/css"> +@font-face { + font-family: libertine; + src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff"); + font-feature-settings: "hlig"; +} +body { + font-family: libertine, sans-serif; + font-size: 400%; + line-height: 2em; + font-variant-ligatures: none; +} +</style> +</head> +<body lang="en"> +fastest firefox +</body> +</html> |