<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1440213">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-decoration-line-property">
<style>
*:first-line {
text-decoration: line-through;
}
* {
text-decoration: underline;
}
</style>
<span><q></q></span>