chromium/third_party/blink/web_tests/external/wpt/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>