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

10 lines
325 B
HTML

<!DOCTYPE html>
<svg id="a" viewBox="0 0 10 10" width="200" height="200">
<svg id="b" viewBox="0 0 6 6">
<svg id="c" viewBox="-1 -1 10 10" width="8" height="8">
<rect x="0" y="0" width="10" height="10" fill="red"></rect>
<rect x="0" y="0" width="5" height="5" fill="blue"></rect>
</svg>
</svg>
</svg>