Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 016.xml
blob361714e51491cf6e4c3194b919bd10e03eb40b37
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2  <rect x="0" y="0" width="300" height="200" fill="green">
3   <rect x="0" y="0" width="300" height="200" fill="red"/> <!-- This should be ignored. -->
4  </rect>
5 </svg>