layout/reftests/transform/compound-1a.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     div.test
     5     {
     6     background-color: gold;
     7     width:200px;
     8     height:100px;
     9     border: 1px solid black;
    10     }
    11     div
    12     {
    13     -moz-transform-origin: top left;
    14     }
    15     body
    16     {
    17     overflow:hidden;
    18     }
    19   </style>
    20 </head>
    21 <body>
    22   <div style="position:relative; left:400px; top:200px;">
    23     <div class="test" style="-moz-transform: translate(100px) scale(2) rotate(90deg) skew(15deg);">
    24     </div>
    25   </div>
    26 </body>
    27 </html>

mercurial