Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / polyline-invalid-points.svg
blob825025eb1bdc626faee936b89674ef819287c660
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <rect x="0" y="0" width="100" height="100" fill="red"/>
4 <polyline fill="green" points="0, 0 100,0 100, 100 0, 100 INF INF"/>
5 </svg>