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