wpt / css / css-text-decor / crashtests / text-decoration-on-pseudo-first-line-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-text-decor/crashtests/text-decoration-on-pseudo-first-line-crash.html

<!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>