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-first-line-multi-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
.c7 {
text-decoration: underline;
appearance: button;
}
.c7::first-line {
text-decoration: overline;
}
.c15 {
text-decoration: line-through;
}
</style>
<dfn class="c7"><strong class="c15">test</strong></dfn>