Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-objectvalue-ref.svg
blob73e006f353d2007247412cd2629823e8993a6d62
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css"><![CDATA[
3 rect {
4 stroke-width: 10;
5 stroke-dasharray: 10 10;
6 stroke-dashoffset: 7;
8 ]]></style>
9 <rect x="20" y="20" width="160" height="160" stroke="powderblue" />
10 <rect x="220" y="20" width="160" height="160" stroke="chartreuse" />
11 <rect x="20" y="220" width="160" height="160" stroke="sienna" />
12 <rect x="220" y="220" width="160" height="160" stroke="olivedrab" />
13 </svg>