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