summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/wingdings-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-matching/wingdings-1.html')
-rw-r--r--layout/reftests/font-matching/wingdings-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/font-matching/wingdings-1.html b/layout/reftests/font-matching/wingdings-1.html
new file mode 100644
index 0000000000..f3dd3e68bd
--- /dev/null
+++ b/layout/reftests/font-matching/wingdings-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+body {
+ font: 16px/2 sans-serif;
+}
+span {
+ font-family: Wingdings, sans-serif;
+}
+</style>
+<body>
+Trying the Wingdings font: <span>abcdef 12345</span>