summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/graphite-05-ot-only.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/graphite-05-ot-only.html')
-rw-r--r--layout/reftests/text/graphite-05-ot-only.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/text/graphite-05-ot-only.html b/layout/reftests/text/graphite-05-ot-only.html
new file mode 100644
index 0000000000..ae4d046cab
--- /dev/null
+++ b/layout/reftests/text/graphite-05-ot-only.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style type="text/css">
+@font-face {
+ font-family: test;
+ src: url(../fonts/graphite/grtest-ot-only.ttf);
+}
+
+body {
+ margin: 20px;
+ font: 100px test;
+ font-feature-settings: "TST1";
+}
+p { margin: 0; padding: 0; }
+</style>
+</head>
+<body>
+<p>FAIL</p>
+</body>
+</html>