Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/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:kojii@chromium.org"> <style> div::first-line { text-decoration: line-through; } </style> <div><span></span></div>