summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/transition-on-visited-ref.html
blob: 843f2c174f46a7ba51964013a3d7cccbed311787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<style>
span {
  color: rgb(128, 0, 128);
}
</style>
</head>
<body>
<span>Visited Link</span>
</body>
</html>