summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/context-fill-07-ref.html
blob: 9e52bb402ef7a2f0eb453b38f34dc0ff47a64597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <style>

div {
  width: 100px;
  height: 100px;
  background-color: black;
  display: inline-block;
}

    </style>
  </head>
  <body>
    <div></div>
    <div></div>
  </body>
</html>