diff options
Diffstat (limited to 'layout/reftests/text/emoji-04.html')
-rw-r--r-- | layout/reftests/text/emoji-04.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/text/emoji-04.html b/layout/reftests/text/emoji-04.html new file mode 100644 index 0000000000..87a02555a1 --- /dev/null +++ b/layout/reftests/text/emoji-04.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>Emoji-style glyph should ignore color</title> +<style type="text/css"> +body { + margin: 10px; + font-size: 40px; + line-height: 2em; + color: green; +} +</style> +</head> +<body> +<div> +❤️ +</div> +</body> +</html> |