Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/selectors/first-letter-abspos.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>::first-letter doesn't consider an abspos</title>
<meta charset="utf-8">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="first-letter-abspos-ref.html">
<style>
div::first-letter { color: green }
span { position: absolute; color: transparent; }
</style>
<div><span>F</span>PASS</div>