Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / fill-opacity-rgba.svg
blob463662719d9183ef31fa30abba1a9268ec38bc03
1 <svg width="100px" height="100px" version="1.1" xmlns="http://www.w3.org/2000/svg">
2 <rect x="20" y="20" width="60" height="60" fill="rgba(0, 255, 0, 0.5)" />
3 </svg>