ladybird/Tests/LibWeb/Ref/expected/svg-polygon-with-incomplete-points-ref.html

19 lines
698 B
HTML
Raw Normal View History

<!DOCTYPE html>
<svg viewBox="0 0 10 10" width="100" height="100"></svg>
<svg viewBox="0 0 10 10" width="100" height="100"></svg>
<svg viewBox="0 0 10 10" width="100" height="100"></svg>
<svg viewBox="0 0 10 10" width="100" height="100"></svg>
<svg viewBox="0 0 10 10" width="100" height="100"></svg>
<svg viewBox="0 0 10 10" width="100" height="100">
<polygon points="0,0 0,10 10,10" />
</svg>
<svg viewBox="0 0 10 10" width="100" height="100">
<polygon points="0,0 0,10 10,10" />
</svg>
<svg viewBox="0 0 10 10" width="100" height="100">
<polygon points="0,0 0,10 10,10" />
</svg>
<svg viewBox="0 0 10 10" width="100" height="100">
<polygon points="0,0 0,10 10,10 10,0" />
</svg>