Newer
Older
minerva / Tests / LibWeb / Layout / input / svg / nested-viewports.html
@minerva minerva on 13 Jul 309 bytes Initial commit
<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>