Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / active-transform-blend-mode-ref.html
blob6bb1bee6e40f4682f4c653976b85ea21ef8cdf63
1 <svg width=1000 height=1000>
2 <g style="transform: translateY(-2px) translateX(0px) translateZ(0px);">
3 <rect fill="#0000ff" height="93" width="32" x="100" y="163"></rect>
4 </g>
5 <g style="mix-blend-mode: multiply;">
6 <rect fill="#ff0000" height="93" width="32" x="100" y="161"></rect>
7 </g>
8 </svg>