Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / pattern-css-transform-ref.html
blob532166fe761ff81ee644235a8d95178ab8d36fd4
1 <svg width="200" height="200">
2 <defs>
3 <pattern id="Pattern" x="0" y="0" width=".25" height=".25">
4 <rect x="0" y="0" width="30" height="30" fill="skyblue"/>
5 <rect x="40" y="40" width="10" height="10" fill="skyblue" />
6 </pattern>
7 </defs>
9 <rect fill="url(#Pattern)" stroke="black" width="200" height="200"/>
10 </svg>