summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/variation-format-hint-1A-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/variation-format-hint-1A-ref.html')
-rw-r--r--layout/reftests/font-face/variation-format-hint-1A-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/font-face/variation-format-hint-1A-ref.html b/layout/reftests/font-face/variation-format-hint-1A-ref.html
new file mode 100644
index 0000000000..6fef9ea84d
--- /dev/null
+++ b/layout/reftests/font-face/variation-format-hint-1A-ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+
+<style>
+@font-face {
+ font-family: test;
+ src: url(../fonts/markA.woff);
+}
+div {
+ font-family: test, serif;
+ font-size: 50px;
+ line-height: 2em;
+}
+</style>
+
+<div>
+ABC
+</div>