Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / rendering-model / 002.xml
blob6e322c0bdcf4e994d833223ec23f8202a5253d85
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
2   <desc>There should be a green circle and no red.</desc>
3   <circle cx="150" cy="100" r="50" fill="red"/>
4   <circle cx="150" cy="100" r="50" fill="green"/>
5 </svg>