summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/context-stroke-07-ref.html
blob: 503e1bfba55051c312e025c67bbe3a682c1ce8e6 (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;
  display: inline-block;
  border: 1px solid black;
}

    </style>
  </head>
  <body>
    <div></div>
    <div style="background-color: lime;"></div>
  </body>
</html>