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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/622585-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html><head>
     1.6 +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style>
     1.7 +	#rot {
     1.8 +		width: 300px; /* the div is partially outside of the viewport */
     1.9 +		height: 300px;
    1.10 +		background: red;
    1.11 +		position: absolute;
    1.12 +		left: -150px;
    1.13 +		top: -150px;
    1.14 +	}
    1.15 +</style>
    1.16 +</head><body><div style="-moz-transform: rotate(72deg);" id="rot"></div>
    1.17 +<script>
    1.18 +</script></body></html>
    1.19 \ No newline at end of file

mercurial