summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-cascade/all-prop-initial-visited.html
blob: 6fb7936652a77dade7d5e72032064b67d2886637 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>CSS Cascade: Apply all:initial to a visited link overriding with a color</title>
<link rel="help" href="https://drafts.csswg.org/css-cascade/#initial">
<link rel="match" href="all-prop-initial-visited-ref.html">
<style>
  a { all: initial }
  a:visited { color: green }
</style>
<a href="">This text must be green.</a>