summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/backface-visibility-1c.html
blob: 6129b443e027dc44f4b00290f7935e2126beaf01 (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; display: table">
    Test Text
  </div>
</body>
</html>