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