summaryrefslogtreecommitdiffstats
path: root/gfx/tests/reftest/1662062-1-ref.html
blob: ca25585df9cb88249f5182e05af224d35e7cbc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <style>
    html {
      scrollbar-width: none;
    }
    body {
      margin: 0;
    }
  </style>
</head>
<body>

<svg height="500" width="500">
  <polygon points="250 50 275 100 350 100 300 150 325 225 250 175 175 225 200 150 150 100 225 100" stroke="green" fill="transparent" stroke-width="25"/>
</svg>

</body>
</html>