summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml
blob: b3c12d35f6324f63ab26512e9a8d956c2f7bf320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test reference for bug 1431539</title>
<style>
  a { text-decoration: none }
  span { color: green }
</style>
</head>
<body>
<span>
  <span>visited</span>
  <span>Should be green</span>
</span>
</body>
</html>