summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/preserve3d-1b.html
blob: 203bdaa13dd605fa97d6407b99ce03062c8ed17c (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
</head>
<body>
  <div style="transform: rotatex(90deg);">
    <div style="transform: rotatex(90deg); width: 100px; height: 100px;">
      Test Text
    </div>
  </div>
</body>
</html>