chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-decoration-color-selection-pseudo-01-ref.html

<!DOCTYPE html>
<html>
<head>
<title>CSS Test: CSS3 text-decoration-color when |::selection| and another pseudo style exists, reference</title>
<link rel="author" title="Stephen Chenney" href="mailto:[email protected]">
<style>
    p::first-line {
        text-decoration: underline;
        color: green;
	}
</style>
</head>
<body>
    <p>
      Underlined, and green when selected.
    </p>
</body>
</html>