Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 001.xml
blobab81b5e5f48803132026a241c63a7161ae4d2b81
1 <svg xmlns="http://www.w3.org/2000/svg">
2  <rect x="100" y="100" width="200" height="200" fill="red"/>
3  <circle cx="1" cy="1" r="r" fill="red"/> <!-- r="r" is unsupported and therefore ignored -->
4  <rect x="100" y="100" width="200" height="200" fill="green"/>
5 </svg>