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/text-decoration-on-pseudo-first-line-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<style>
*:first-line {
  text-decoration: line-through;
}
* {
  text-decoration: underline;
}
</style>
<span><q></q></span>