blob: dae3fc1173b9280de8959edff3d5991a8b4c7593 [file] [log] [blame]
<!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>