blob: 516b0f83db27177fbc603fabccafbdc7e3211240 [file] [log] [blame]
<!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:schenney@chromium.org">
<style>
p::first-line {
text-decoration: underline;
color: green;
}
</style>
</head>
<body>
<p>
Underlined, and green when selected.
</p>
</body>
</html>