Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / image / image-opacity-02.svg
blob5fd8598d0fbf07bc80bd854333f02942952298d3
1 <!-- Test to make sure "opacity" value is applied correctly on svg:image -->
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink">
4 <g style="opacity: 0.3">
5 <image xlink:href="blueRect10x10.png" width="10" height="10"/>
6 </g>
7 </svg>