Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / text / emoji-04-ref.html
blob354df991e6acb71ff2912abe96bd95b14d14d260
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Emoji-style glyph should ignore color</title>
6 <style type="text/css">
7 body {
8 margin: 10px;
9 font-size: 40px;
10 line-height: 2em;
11 color: blue;
13 </style>
14 </head>
15 <body>
16 <div>
17 &#x2764;&#xfe0f;
18 </div>
19 </body>
20 </html>