mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
21 lines
280 B
HTML
21 lines
280 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: green;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
❤️
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|