diff options
Diffstat (limited to 'layout/reftests/font-matching/synthetic-bold-2-ref.html')
-rw-r--r-- | layout/reftests/font-matching/synthetic-bold-2-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/font-matching/synthetic-bold-2-ref.html b/layout/reftests/font-matching/synthetic-bold-2-ref.html new file mode 100644 index 000000000..b5a8f0d69 --- /dev/null +++ b/layout/reftests/font-matching/synthetic-bold-2-ref.html @@ -0,0 +1,11 @@ +<html> +<head> +<style type="text/css"> +body { font-family: "Apple Chancery", Impact, "Microsoft Sans Serif", "URW Chancery L"; font-size: 2em; } +</style> +</head> +<body> +<p>Hello World</p> +<p>Hello World</p> +</body> +</html> |