You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Tentative: a leading C0 control character (e.g. U+000B VERTICAL TAB or U+0019 END OF MEDIUM) is not skipped before the first typographic letter unit and becomes the first-letter itself; the spec is unclear and engines diverge.">
<style>
div {
font-size: 36px;
}
div::first-letter {
color: green;
background: yellow;
}
</style>
</head>
<body>
<p>Test passes if the green-on-yellow region in each line matches the reference.</p>