no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / gfx / tests / reftest / 1662062-1-ref.html
blobca25585df9cb88249f5182e05af224d35e7cbc8f
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 html {
6 scrollbar-width: none;
8 body {
9 margin: 0;
11 </style>
12 </head>
13 <body>
15 <svg height="500" width="500">
16 <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"/>
17 </svg>
19 </body>
20 </html>