mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 21:55:31 +00:00
21 lines
279 B
HTML
21 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Emoji-style glyph should ignore color</title>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 10px;
|
|
font-size: 40px;
|
|
line-height: 2em;
|
|
color: blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
❤️
|
|
</div>
|
|
</body>
|
|
</html>
|