diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/font-face/534352-1-extra-cmap-sentinel-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/font-face/534352-1-extra-cmap-sentinel-ref.html b/layout/reftests/font-face/534352-1-extra-cmap-sentinel-ref.html new file mode 100644 index 0000000000..d3116800ad --- /dev/null +++ b/layout/reftests/font-face/534352-1-extra-cmap-sentinel-ref.html @@ -0,0 +1,12 @@ +<html> +<head> +<style type="text/css"> +body { + font-family: serif; +} +</style> +</head> +<body> +This should NOT be in the default serif font. +</body> +</html> |