gecko/layout/reftests/transform/dynamic-addremove-1-ref.html
Robert O'Callahan cde908d3c4 Bug 691651. When an element changes between having a transform and not having one, don't reframe if we don't need to. r=dbaron
--HG--
extra : rebase_source : ed990c17d2501ea5f4d09dea56baeada41cd3f35
2012-08-10 23:16:49 +12:00

9 lines
259 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div style="position:absolute; left:80px; top:20px; width:100px; height:100px; background:yellow">
<div style="position:absolute; left:50px; top:50px; width:100px; height:100px; background:orange"></div>
</div>
</body>
</html>