summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/element-paint-transform-repeated-ref.html
blob: 0af27dc79423c1d93dfa4a15f0d6ddb763278ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
     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;
              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>