Backed out 2 changesets (bug 1930466) for causing bc failures on browser_timezone...
[gecko.git] / layout / reftests / xul / colors-8x16.svg
blobc336e3af1bd640f820cdb83df79c49e3d92df2b7
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- This SVG file is meant to mimic colors-8x16.png as closely
3 as possible. In particular, this SVG has:
4 (1) an intrinsic size (from the 'width' & 'height' attributes)
5 (2) preserveAspectRatio="none", allowing it to stretch in the
6 same way that a raster image would.
7 -->
8 <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
9 width="8" height="16" viewBox="0 0 8 16">
10 <rect x="0" y="0" width="4px" height="8px" style="fill: blue"/>
11 <rect x="4" y="0" width="4px" height="8px" style="fill: black"/>
12 <rect x="0" y="8" width="4px" height="8px" style="fill: rgb(255,128,128)"/>
13 <rect x="4" y="8" width="4px" height="8px" style="fill: lime"/>
14 </svg>