1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/image/test/reftest/ImageDocument.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +body { 1.5 + background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); 1.6 + margin: 0; 1.7 +} 1.8 + 1.9 +body > :first-child { 1.10 + display: block; 1.11 + position: absolute; 1.12 + margin: auto; 1.13 + top: 0; 1.14 + right: 0; 1.15 + bottom: 0; 1.16 + left: 0; 1.17 + background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png"); 1.18 + color: #222; 1.19 +}