diff options
Diffstat (limited to 'layout/reftests/text/emoji-01.html')
-rw-r--r-- | layout/reftests/text/emoji-01.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/text/emoji-01.html b/layout/reftests/text/emoji-01.html new file mode 100644 index 000000000..53082b913 --- /dev/null +++ b/layout/reftests/text/emoji-01.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>Check that emoji char renders something visible (bug 715798, bug 779042)</title> +<style type="text/css"> +body { + margin: 10px; + font-size: 40px; + line-height: 2em; +} +</style> +</head> +<body> +<div> +U+1F603: 😃 +</div> +</body> +</html> |