summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/preserve3d-7-ref.html
blob: cb17ddba5a17ae0f4006da02cff8bf459830c3b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
</head>
<body>
  <div style="opacity:0.5">
    <div style="transform: rotatey(90deg); transform-style: preserve-3d; width:100px;">
      <div style="transform: rotatey(90deg); width: 100px; height: 100px; background-color: #00FF00"></div>
    </div>
  </div>
</body>
</html>