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