mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|