1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/reftest/plugin-background.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,61 @@ 1.4 +div { 1.5 + position: absolute; 1.6 +} 1.7 +#bad { 1.8 + left:220px; top:0px; 1.9 + z-index: 0; 1.10 +} 1.11 +#good { 1.12 + left:0px; top:0px; 1.13 + width:220px; height:220px; 1.14 + /* Core Animation alpha blending rounding differs 1.15 + from the Core Graphics blending, adjust with care */ 1.16 + background-color: rgba(0,255,0, 0.51); 1.17 + z-index: 0; 1.18 +} 1.19 + 1.20 +#topbar { 1.21 + left:0px; top:0px; 1.22 + width:220px; height:20px; 1.23 + background-color: rgb(0,0,0); 1.24 + z-index: 2; 1.25 +} 1.26 +#topbar { 1.27 + left:0px; top:0px; 1.28 + width:220px; height:20px; 1.29 + background-color: rgb(0,0,0); 1.30 + z-index: 2; 1.31 +} 1.32 +#leftbar { 1.33 + left:0px; top:0px; 1.34 + width:20px; height:220px; 1.35 + background-color: rgb(0,0,0); 1.36 + z-index: 2; 1.37 +} 1.38 +#rightbar { 1.39 + left:200px; top:0px; 1.40 + width:20px; height:220px; 1.41 + background-color: rgb(0,0,0); 1.42 + z-index: 2; 1.43 +} 1.44 +#bottombar { 1.45 + left:0px; top:200px; 1.46 + width:220px; height:20px; 1.47 + background-color: rgb(0,0,0); 1.48 + z-index: 2; 1.49 +} 1.50 + 1.51 +div#plugin { 1.52 + position: absolute; 1.53 + left:1px; top:1px; 1.54 + width:199px; height:199px; 1.55 + background-color: rgba(0,0,255, 0.2); 1.56 + z-index: 1; 1.57 +} 1.58 + 1.59 +embed#plugin { 1.60 + position: absolute; 1.61 + left:1px; top:1px; 1.62 + z-index: 1; 1.63 +} 1.64 +