1
0
Fork 0
firefox/testing/web-platform/tests/css/css-fonts/font-variant-emoji-005-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
612 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8" />
<title>CSS Fonts reference</title>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
body { background: white; }
p { font: 16px/3 serif; }
span { color: white; font: 25px Ahem; }
span span { color: initial; font-variant-emoji: emoji; }
</style>
<h4>Only lines 3 and 4 should show a keycap numeral:</h4>
<p>1. text: <span>X</span></p>
<p>2. unicode: <span>X</span></p>
<p>3. emoji: <span>X<span>3&#xfe0f;&#x20e3;</span>X</span></p>
<p>4. with VS16: <span>X<span>4&#xfe0f;&#x20e3;</span>X</span></p>
<p>5. emoji, with VS15: <span>X</span></p>