layout/reftests/bugs/476598-1-ref2.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <title>Test for incorrect inherited/aInherited use in -moz-transform-origin handling</title>
     3 <style type="text/css">
     5 p {
     6   -moz-transform: scale(2);
     7   height: 10px;
     8   width: 10px;
     9   background: green;
    10   margin: 50px;
    11 }
    13 </style>
    14 <p style="-moz-transform-origin: 10px 10px"></p>
    15 <p style="-moz-transform-origin: 20px 20px"></p>

mercurial