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