1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/box-shadow/boxshadow-opacity-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<style> 1.6 +body { 1.7 + background-color: green; 1.8 +} 1.9 + 1.10 +#thediv { 1.11 + width: 300px; 1.12 + height: 100px; 1.13 + position: absolute; 1.14 + top: 20px; 1.15 + left: 20px; 1.16 + opacity: 0.6; 1.17 + box-shadow: 3px 3px 2px rgb(255,0,0); 1.18 +} 1.19 +</style> 1.20 + 1.21 +<div id="thediv"></div>