summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/selector-child-2-ref.xhtml
blob: e56caa1ab4419665214617158291f68ddba6541f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
</head>
<body>
<span style="color: olive">unvisited / unvisited</span>
<span style="color: fuchsia">unvisited / visited</span>
<span style="color: olive">visited / unvisited</span>
<span style="color: fuchsia">visited / visited</span>
</body>
</html>