layout/reftests/image-element/element-paint-transform-01.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/licenses/publicdomain/
     5      Test with background-position and some transform.
     6 -->
     7 <html>
     8 <body>
     9   <div style="width:100px; height:100px; border: 1px solid black;
    10               background: 50px 50px -moz-element(#d) no-repeat;
    11               -moz-transform:matrix(2,0,0,2,50,50);">
    12   </div>
    13   <div style="overflow:hidden; height:0;">
    14     <div id="d" style="border:10px solid red; width:20px; height:20px;
    15                        background:orange"></div>
    16   </div>
    17 </body>
    18 </html>

mercurial