1
0
Fork 0
firefox/testing/web-platform/tests/css/css-cascade/all-prop-unset-visited-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
217 B
HTML

<!DOCTYPE html>
<title>CSS Cascade: all:unset in :visited</title>
<style>
:root { color: green; }
a:visited { color: red; }
a:visited { color: unset; }
</style>
<a href="">Test passes if this text is green.</a>