summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/scalezrotatex-1.html
blob: 21497550910d0fe6c67d38ad1a9ef1cf9888163d (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="transform: rotatex(180deg) scaleZ(-1); width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>