summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/colors-16x8-noSize.svg
blob: db715d875ee4477bb931c2f8b68a385cb6500547 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- This SVG file has an aspect-ratio (from its viewBox attribute),
     but no intrinsic size.
-->
<svg xmlns="http://www.w3.org/2000/svg"
     viewBox="0 0 16 8">
  <rect x="0" y="0" width="8px" height="4px" style="fill: blue"/>
  <rect x="8" y="0" width="8px" height="4px" style="fill: black"/>
  <rect x="0" y="4" width="8px" height="4px" style="fill: rgb(255,128,128)"/>
  <rect x="8" y="4" width="8px" height="4px" style="fill: lime"/>
</svg>