summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/backface-visibility-1b.html
blob: 8590a6f60092bf553843ac612d68b3468298d1f4 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
</head>
<body>
  <div style="-moz-transform: rotatex(180deg); -moz-backface-visibility: hidden; width: 100px; height: 100px;">
    Test Text
  </div>
</body>
</html>