layout/reftests/css-blending/mix-blend-mode-952051-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/css-blending/mix-blend-mode-952051-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<head>
     1.6 +	<style>
     1.7 +		.parent {
     1.8 +		  width: 200px;
     1.9 +		  height: 200px;
    1.10 +		  overflow: hidden;
    1.11 +			border-radius: 0px 0px 20px 0px;
    1.12 +
    1.13 +			position: absolute;
    1.14 +			z-index: 0;
    1.15 +			background-color: #00ff00;
    1.16 +		}
    1.17 +
    1.18 +		.child {
    1.19 +		  width: 300px;
    1.20 +		  height: 300px;
    1.21 +		  margin-left: 100px;
    1.22 +		  background-color: #ffff00;
    1.23 +		}
    1.24 +
    1.25 +		body {
    1.26 +			margin: 0;
    1.27 +		}
    1.28 +
    1.29 +	</style>
    1.30 +</head>
    1.31 +<body>
    1.32 +	<div class="parent">
    1.33 +	    <div class="child"></div>
    1.34 +	</div>
    1.35 +</body>

mercurial