blob: b317d2f440c45346728d72b344d591f9ca613452 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test forced colors mode :visited colors with sys colors</title>
<style>
a {
background-color: CanvasText;
border: 1px solid GrayText;
color: GrayText;
forced-color-adjust: none;
text-decoration: line-through;
text-decoration-color: GrayText;
text-emphasis: '*' GrayText;
-webkit-text-emphasis: '*' GrayText;
}
</style>
<a href="">Visited link.</a>