summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/emoji-skintone.html
blob: dcb4f106dff591ad9ff4e09cdb7e5fa4685bc107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>emoji with skintone</title>
<style>
#test {
    font-family: 'Segoe UI Symbol', 'Apple Symbols', 'DejaVu Sans', 'Noto Sans Symbols', 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji';
}
</style>
</head>
<body>

<div id=test>
<span>&#x261d;&#x1f3fb;&#x261d;&#xfe0e;&#x261d;&#x1f3fb;</span><br>
</div>

</body>
</html>