1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/476598-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>Test for incorrect inherited/aInherited use in -moz-transform-origin handling</title> 1.6 +<style type="text/css"> 1.7 + 1.8 +p { 1.9 + height: 20px; 1.10 + width: 20px; 1.11 + background: green; 1.12 + margin: 0; 1.13 +} 1.14 + 1.15 +</style> 1.16 +<!-- scaled from bottom right --> 1.17 +<p style="margin-top: 40px; margin-left: 40px;"></p> 1.18 +<!-- scaled from 2x times bottom right --> 1.19 +<p style="margin-top: 30px; margin-left: 30px;"></p>