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