blob: 6412acdb9f138d5e37947c8e3113837664392826 [file] [log] [blame]
<!doctype html>
<title>CSS Color Adjustment Test: initial color on visited link affected by color-scheme</title>
<link rel="help" href="https://drafts.csswg.org/css-color-adjust/#color-scheme-processing">
<link rel="match" href="color-scheme-visited-link-initial-ref.html">
<style>
:root { color-scheme: dark }
a { text-decoration: none }
a:visited { color: initial }
</style>
<a href="">This text should be rendered with canvastext for the dark color-scheme.</a>