blob: b15f74c1dac7da3000f9f9fcc71ba86d5336a072 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Pseudo-Elements Test: Reference ::target-text text-decoration-color</title>
<style>
div {
text-decoration: solid underline magenta;
}
</style>
<p>The test passes if the following line has a magenta underline.</p>
<div>Example</div>