trisquel-icecat/icecat/layout/reftests/font-matching/regional-flags-notref.html
2025-10-06 02:35:48 -06:00

16 lines
283 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
div {
font: 40px/2 Segoe UI Emoji, Apple Color Emoji, Noto Color Emoji, serif;
}
</style>
<p>Only the first of these four flags should be black:</p>
<div>
Black flag: 🏴<br>
England: 🏴<br>
Scotland: 🏴<br>
Wales: 🏴
</div>