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