<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010719//EN"
  "http://www.w3.org/TR/2001/PR-SVG-20010719/DTD/svg10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	
<style type="text/css">
p{
	width : 80px;
	height :0.5cm;
	margin:0.4cm 0 0 5px ;
	padding:0 0 3px 8px;
	color:white;
	display:block;
	}
</style>
</head>
<body>
<h3 align="center">This is a test page for bug #<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=111152">111152</a></h3>
<h4>All the colors below should look the same at 16 bit depth. They are all using named colors.</h4>
<h4>This page has been left here as a service for the above bug. It does seem to come back once and awhile.</h4>
<p style="background-color:red;">red</p>
<p style="background-color:green;">green</p>
<p style="background-color:blue;">blue</p>
<p style="background-color:yellow; color:maroon;">yellow</p>
<p style="background-color:navy;;">navy</p>
<p style="background-color:teal;">teal</p>
<p style="background-color:aqua;">aqua</p>
<p style="background-color:maroon;">maroon</p>
<p style="background-color:olive;">olive</p>
<p style="background-color:purple;">purple</p>
<p style="background-color:gray;">gray</p>
<p style="background-color:lime;">lime</p>
<p style="background-color:silver;">silver</p>

<div style="position: relative; top: -470px; left:95px;">
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="14cm">
<rect x="0cm" y="0cm" width="px" height="cm" style="fill:; fill-opacity:; stroke:blue; stroke-width:2; stroke-opacity:;" />
<rect x="1cm" y="0.05cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:red; stroke:; stroke-width:" />
<rect x="1cm" y="1cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:green; stroke:; stroke-width:" />
<rect x="1cm" y="2cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:blue; stroke:; stroke-width:" />
<rect x="1cm" y="3cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:yellow; stroke:; stroke-width:" />
<rect x="1cm" y="4cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:navy; stroke:; stroke-width:" />
<rect x="1cm" y="5cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:teal; stroke:; stroke-width:" />
<rect x="1cm" y="6cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:aqua; stroke:; stroke-width:" />
<rect x="1cm" y="7cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:maroon; stroke:; stroke-width:" />
<rect x="1cm" y="8cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:olive; stroke:; stroke-width:" />
<rect x="1cm" y="9cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:purple; stroke:; stroke-width:" />
<rect x="1cm" y="10cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:gray; stroke:; stroke-width:" />
<rect x="1cm" y="11cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:lime; stroke:; stroke-width:" />
<rect x="1cm" y="12cm" width="10cm" height="0.6cm" rx="" ry="" style="fill:silver; stroke:; stroke-width:" />

</svg>
</div>
</body>
</html>