diff options
Diffstat (limited to 'layout/reftests/font-matching/wingdings-1-ref.html')
-rw-r--r-- | layout/reftests/font-matching/wingdings-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/font-matching/wingdings-1-ref.html b/layout/reftests/font-matching/wingdings-1-ref.html new file mode 100644 index 0000000000..898559baa3 --- /dev/null +++ b/layout/reftests/font-matching/wingdings-1-ref.html @@ -0,0 +1,13 @@ +<!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></span> |