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