layout/reftests/transform-3d/overflow-hidden-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/transform-3d/overflow-hidden-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html><head>
     1.6 +<style type="text/css">
     1.7 +	.stage{
     1.8 +		-moz-perspective:  700px;
     1.9 +		overflow: hidden;
    1.10 +		width: 260px;
    1.11 +		height: 260px;
    1.12 +		display: block;
    1.13 +	}
    1.14 +	
    1.15 +	.box {
    1.16 +		width: 170px;
    1.17 +		height: 170px;
    1.18 +		background-color: red;
    1.19 +		display:  block;
    1.20 +		-moz-transform: rotate3d(0,1,0, 50deg) translatey(20px);
    1.21 +	}
    1.22 +	
    1.23 +	</style>
    1.24 +</head>
    1.25 +
    1.26 +<body id="body">
    1.27 +	<div class="stage">
    1.28 +		<div class="box"></div>
    1.29 +	</div>
    1.30 +</body></html>

mercurial