gecko-dev/layout/reftests/font-matching/emoji-fallback-3-ref.html
2019-12-04 10:06:04 +00:00

19 lines
320 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>emoji fallback to color font</title>
<style>
#test {
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji';
font-size: 24pt;
}
</style>
</head>
<body>
<div id=test>&#x1f170;&#x1f171;</div>
</body>
</html>