Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-image-opacity.svg
blob8ef2c5595a37f77c0c594645381dfd084af57e13
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <text style="opacity:0.0;" y="25" fill="red" >Fail!</text>
3 <text style="opacity:0.5;" y="50" fill="green">Success! (should be half opacity as should the image below)</text>
4 <image xlink:href="resources/green-checker.png" y="55" height="100" width="100" style="opacity:0.5;"/>
5 <image xlink:href="resources/red-checker.png" y="55" height="100" width="100" style="opacity:0.0;"/>
6 </svg>