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