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