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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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