1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/476598-1a.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 + -moz-transform-origin: 1em 1em; 1.10 + -moz-transform: scale(2); 1.11 + height: 10px; 1.12 + width: 10px; 1.13 + background: green; 1.14 + margin: 50px; 1.15 +} 1.16 + 1.17 +</style> 1.18 +<p style="font-size: 10px"></p> 1.19 +<p style="font-size: 20px"></p>