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