Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/crashtests/pseudo-element-text-decoration-under-pseudo-first-line-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
li {
text-decoration: overline;
}
li::marker {
content: 'm';
}
li:first-line {
text-decoration: underline;
}
</style>
<li>a</li>