summaryrefslogtreecommitdiffstats
path: root/image/test/reftest/encoders-lossless/ImageDocument.css
blob: 9a41b4c161e052cc67524da9ed0f875b89bcfb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;
}