Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / transform-3d / rotatex-perspective-3a.html
blob593ca82bb39c683d6d3bb8f28c725dc06d7549a6
1 <html>
2 <head>
3 <style type="text/css">
4 #container {
5 position: relative;
6 height: 300px;
7 width: 300px;
8 margin: 50px 100px;
9 border: 2px solid blue;
11 -moz-perspective: 500px;
12 opacity: 0.9999;
15 #parent {
16 margin: 10px;
17 width: 280px;
18 height: 280px;
19 background-color: #844BCA;
21 -moz-transform: rotateY(40deg);
24 </style>
25 </head>
26 <body>
28 <div id="container">
29 <div id="parent">
30 </div>
31 </div>
33 </body>
34 </html>