layout/reftests/transform-3d/rotatex-perspective-3a.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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;
    13   }
    15   #parent {
    16       margin: 10px;
    17       width: 280px;
    18       height: 280px;
    19       background-color: #844BCA;
    21       -moz-transform: rotateY(40deg);
    22   }
    24   </style>
    25 </head>
    26 <body>
    28   <div id="container">
    29     <div id="parent">
    30     </div>
    31   </div>
    33 </body>
    34 </html>

mercurial