summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/accent-color-visited.html
blob: 48605d8f199999c7512decd104b43e06ee95bab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Joey Arhar" href="mailto:jarhar@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#widget-accent">
<link rel="match" href="accent-color-visited-ref.html">

<!-- :visited shouldn't apply to accent-color. -->

<style>
:visited {
  accent-color: red;
}
</style>
<a href="">
  <input type=checkbox checked>
</a>