chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/crashtests/text-decoration-on-empty-first-line-crash.html

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1347030">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-decoration-line-property">
<link rel="author" title="Koji Ishii" href="mailto:[email protected]">
<style>
div::first-line {
  text-decoration: line-through;
}
</style>
<div><span></span></div>