use-descendant-combinator-ref.html (284B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>CSS Test reference</title> 4 <p> 5 You should see a green square, and no red. 6 </p> 7 <svg 8 version="1.1" 9 xmlns="http://www.w3.org/2000/svg" 10 xmlns:xlink="http://www.w3.org/1999/xlink"> 11 <rect width="100" height="100" fill="green"/> 12 </svg>