1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/plugins/test/reftest/plugin-alpha-opacity.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 +<head> 1.7 +<style type="text/css"> 1.8 +#one { 1.9 + position:absolute; 1.10 + left:0px; top:0px; 1.11 + width:404px; height:404px; 1.12 + border:2px solid blue; 1.13 + opacity:.8; 1.14 + z-index:1; 1.15 +} 1.16 +#two { 1.17 + position:absolute; 1.18 + top:100px; left:100px; 1.19 + width:200px; height:200px; 1.20 + z-index:0; 1.21 + background-color: rgb(255,0,0); 1.22 +} 1.23 +</style> 1.24 +</head> 1.25 +<body> 1.26 +<div id="two"></div> 1.27 +<embed id="one" type="application/x-test" width="400" height="400" drawmode="solid" color="FFa0a0a0"></embed> 1.28 +</body> 1.29 +</html> 1.30 +