layout/reftests/bugs/991046-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/991046-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html><head>
     1.6 +<meta http-equiv="content-type" content="text/html; charset=windows-1252"><title>box-shadow + transparent background + opacity =&gt; overflow hidden does not work</title></head>
     1.7 +<body>
     1.8 +<style>
     1.9 +#parent {
    1.10 +    width: 200px;
    1.11 +    height: 200px;
    1.12 +    background-color: #BADA55;
    1.13 +    overflow: hidden;
    1.14 +    position: relative;
    1.15 +}
    1.16 +
    1.17 +#child {
    1.18 +    width: 200px;
    1.19 +    height: 200px;
    1.20 +    position: absolute;
    1.21 +    left: 50px;
    1.22 +    top: 50px;
    1.23 +    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    1.24 +}
    1.25 +</style>
    1.26 +
    1.27 +<div id="parent">
    1.28 +	<div id="child"></div>
    1.29 +</div>
    1.30 +
    1.31 +
    1.32 +</body></html>

mercurial