diff options
Diffstat (limited to 'layout/reftests/font-matching/synthetic-bold-1.html')
-rw-r--r-- | layout/reftests/font-matching/synthetic-bold-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/font-matching/synthetic-bold-1.html b/layout/reftests/font-matching/synthetic-bold-1.html new file mode 100644 index 000000000..77588b06b --- /dev/null +++ b/layout/reftests/font-matching/synthetic-bold-1.html @@ -0,0 +1,12 @@ +<html> +<head> +<style type="text/css"> +body { font-family: Symbol, OpenSymbol, "Standard Symbols L"; font-size: 2em; } +</style> +</head> +<!-- if synthetic bolding is working, this should NOT match the reference --> +<body> +<p> abc</p> +<p><b> abc</b></p> +</body> +</html> |