summaryrefslogtreecommitdiffstats
path: root/layout/reftests/image-element/mozsetimageelement-01-ref.html
blob: 2bba0c7316c2434b9aa9c8bf5195a612efaf9314 (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>
  <head>
    <style>
      div {
        width: 10px;
        height: 10px;
      }
    </style>
  </head>
<body style="margin:0">
  <div style="background:black;"></div>
  <div style="background:red;"></div>
  <div style="background:black;"></div>
</body>
</html>