tenfourfox/layout/reftests/text/emoji-05.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
280 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Text-style glyph should respect color</title>
<style type="text/css">
body {
margin: 10px;
font-size: 40px;
line-height: 2em;
color: green;
}
</style>
</head>
<body>
<div>
&#x2764;&#xfe0e;
</div>
</body>
</html>