Status: FAIL | Duration: 36ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/selectors/first-letter-flag-001.html
<!doctype html> <meta charset=utf-8> <title>::first-letter with a Regional-Indicator flag symbol</title> <meta name="assert" content="::first-letter should apply to symbol characters"> <link rel=help href="https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo"> <link rel=help href="https://github.com/w3c/csswg-drafts/issues/5099#issuecomment-759612015"> <link rel=match href=first-letter-flag-001-ref.html> <style> p { font: 24px/3 serif; } p::first-letter { font-size: 2em; } </style> <p>🇬🇧 UK flag
/css/selectors/first-letter-flag-001-ref.html
<!doctype html> <meta charset=utf-8> <title>::first-letter with a Regional-Indicator flag symbol - reference</title> <style> p { font: 24px/3 serif; } span { font-size: 2em; } </style> <p><span>🇬🇧</span> UK flag