diff -r 000000000000 -r 6474c204b198 image/test/reftest/encoders-lossless/ImageDocument.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/image/test/reftest/encoders-lossless/ImageDocument.css Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,16 @@ +body { + background: #222 url("chrome://global/skin/media/imagedoc-darknoise.png"); + margin: 0; +} + +img { + display: block; + position: absolute; + margin: auto; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png"); + color: #222; +}