layout/reftests/box-shadow/boxshadow-multiple-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/box-shadow/boxshadow-multiple-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<style>
     1.6 +body {
     1.7 +  background-color: green;
     1.8 +}
     1.9 +
    1.10 +#thediv {
    1.11 +  background-color: green;
    1.12 +  width: 300px;
    1.13 +  height: 100px;
    1.14 +  position: absolute;
    1.15 +  top: 20px;
    1.16 +  left: 20px;
    1.17 +  z-index: 4;
    1.18 +}
    1.19 +
    1.20 +#theshadow {
    1.21 +  background-color: black;
    1.22 +  width: 300px;
    1.23 +  height: 100px;
    1.24 +  position: absolute;
    1.25 +  top: 29px;
    1.26 +  left: 29px;
    1.27 +  z-index: 1;
    1.28 +}
    1.29 +
    1.30 +#theshadow2 {
    1.31 +  background-color: blue;
    1.32 +  width: 300px;
    1.33 +  height: 100px;
    1.34 +  position: absolute;
    1.35 +  top: 26px;
    1.36 +  left: 26px;
    1.37 +  z-index: 2;
    1.38 +}
    1.39 +
    1.40 +#theshadow3 {
    1.41 +  background-color: red;
    1.42 +  width: 300px;
    1.43 +  height: 100px;
    1.44 +  position: absolute;
    1.45 +  top: 23px;
    1.46 +  left: 23px;
    1.47 +  z-index: 3;
    1.48 +}
    1.49 +</style>
    1.50 +
    1.51 +<div id="theshadow">&nbsp;</div><div id="theshadow2">&nbsp;</div><div id="theshadow3">&nbsp;</div><div id="thediv">Foo</div> 

mercurial