Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / rect-03.svg
blob3b16bbabcf2557ad758f89b396e21746e2cc7634
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" >
7 <title>Testcase for rect with unsupported rx and ry</title>
9 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=554091 -->
11 <rect x="0" y="0" width="100%" height="100%" fill="red"/>
12 <rect x="0" y="0" width="50%" height="100%" rx="-1" fill="lime" />
13 <rect x="50%" y="0" width="50%" height="100%" ry="-1" fill="lime" />
14 </svg>