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