summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/emoji-keycap-notref.html
blob: d4ec6f4003cce4b68b93dda5796b10e95dfaf88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>keycap emoji</title>
<style>
#test {
    font-size: 24pt;
}
</style>
</head>
<body>

<div id=test>
<div>&#x23;&#x20e3;&#x30;&#x20e3;</div>
<div>&#x23;&#x23;&#x20e3;&#x30;&#x20e3;</div>
</div>

</body>
</html>