Files
ladybird/Tests/LibWeb/Layout/input/svg/svg-g-inside-g.html
2025-05-04 11:23:52 +02:00

10 lines
191 B
HTML

<!DOCTYPE html>
<svg width="100" height="100">
<!-- Both <g> elements should have the same size -->
<g>
<g>
<rect x="50" y="50" height="10" width="10" />
</g>
</g>
</svg>