Mypal/layout/reftests/image-element/element-paint-transform-repeated-ref.html
2019-03-11 13:26:37 +03:00

20 lines
785 B
HTML

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<html>
<body>
<div style="width:80px; height:80px; border: 1px solid black; background:white;
-moz-transform:matrix(2,0,0,2,50,50);">
<div style="position:absolute; top:17px; left:17px; width:20px; height:20px;
background:black;"></div>
<div style="position:absolute; top:57px; left:17px; width:20px; height:20px;
background:black;"></div>
<div style="position:absolute; top:17px; left:57px; width:20px; height:20px;
background:black;"></div>
<div style="position:absolute; top:57px; left:57px; width:20px; height:20px;
background:black;"></div>
</div>
</body>
</html>