summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/matrix-5a.html
blob: 89a7c9c1a57273a4e5b04d77e0ec6c6ed53718b8 (plain)
1
2
3
4
5
6
7
8
<html>
<head>
</head>
<body>
	<div style="-moz-transform: matrix(1, 0, 1, 1, 0, 0); width: 100px; height: 100px; background-color: gold;">
        </div>
</body>
</html>