layout/reftests/transform/dynamic-inherit-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/transform/dynamic-inherit-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<head>
     1.6 +<title>Test for bug 521720</title>
     1.7 +<style type="text/css">
     1.8 +
     1.9 +p {
    1.10 +  -moz-transform-origin: inherit;
    1.11 +  -moz-transform: scale(2);
    1.12 +  height: 10px;
    1.13 +  width: 10px;
    1.14 +  background: green;
    1.15 +  margin: 50px;
    1.16 +}
    1.17 +
    1.18 +</style>
    1.19 +<head>
    1.20 +<body onload="document.getElementById('a').style.removeProperty('-moz-transform-origin');">
    1.21 +<div id="a" style="-moz-transform-origin: 10px 10px">
    1.22 +<p style="font-size: 10px"></p>
    1.23 +</div>
    1.24 +</body>

mercurial