wpt / css / css-color-adjust / rendering / dark-color-scheme / color-scheme-visited-link-initial.html

Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-visited-link-initial.html

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

/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-visited-link-initial-ref.html

<!doctype html>
<html style="color-scheme:dark">
<title>CSS Test Reference</title>
This text should be rendered with canvastext for the dark color-scheme.