summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-features/font-kerning-auto.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-features/font-kerning-auto.html')
-rw-r--r--layout/reftests/font-features/font-kerning-auto.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/font-features/font-kerning-auto.html b/layout/reftests/font-features/font-kerning-auto.html
new file mode 100644
index 0000000000..4be9251b0e
--- /dev/null
+++ b/layout/reftests/font-features/font-kerning-auto.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style type="text/css">
+@font-face {
+ font-family: libertine;
+ src: url(../fonts/LinLibertine_Re-4.7.5.woff) format("woff");
+}
+body {
+ margin: 10px;
+ font-family: libertine, sans-serif;
+ font-size: 600%;
+ line-height: 1.2em;
+ font-kerning: auto;
+}
+</style>
+</head>
+<body lang="en">
+<div>Ta To</div>
+<div>AVA</div>
+<div>AWAY</div>
+</body>
+</html>