summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/preserve3d-8-ref.html
blob: afddf05d4d81b03addbd55cb35e7439db939ed71 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
</head>
<body style="width:100px">
  <svg xmlns="http://www.w3.org/2000/svg" version="1.1" id="js" viewBox="0 0 200 200" style="transform: rotateX(180deg)">
    <g>
      <rect width="100" height="100" style="fill:rgb(0,0,255)"></rect>
    </g>
  </svg>
</body>
</html>