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

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

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

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/392927981">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-decoration-line-property">
<style>
li {
  text-decoration: overline;
}
li::marker {
  content: 'm';
}
li:first-line {
  text-decoration: underline;
}
</style>
<li>a</li>