gecko-dev/layout/reftests/text/color-opacity-rtl-2-ref.html

20 строки
361 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Mozilla bug 1318539</title>
<style>
.ref {
font-family: EmojiOne Mozilla, Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif;
font-size: 48px;
opacity: 0.5;
unicode-bidi: bidi-override;
direction: ltr;
}
</style>
</head>
<body class="ref">
&#x5d1;&#x1f600;&#x5d0;
</body>
</html>