summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/element-paint-background-size-01-ref.html
blob: 473c7c3a3325bb7f6f413208eee30981b4a6298f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/licenses/publicdomain/
-->
<html>
<body>
  <div style="width:120px; height:120px; border: 1px solid black;">
    <div style="border:30px solid red; width:60px; height:60px;
                background:orange;"></div>
  </div>
</body>
</html>