Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/svg-in-inner-svg-dimensions.svg
<title>Test that percentage width/height for inner-&lt;svg&gt; resolves against the nearest &lt;svg&gt; ancestor, not the outer-&lt;svg&gt;</title>
<rect width="100%" height="100%" fill="lime"/>
<!-- This red rect should be covered by the lime one below -->
<rect x="50" y="50" width="50" height="50" fill="red"/>
<svg width="100" height="100">
<svg viewBox="0 0 100 100">
<rect x="50" y="50" width="50" height="50" fill="lime"/>
</svg>
</svg>
</svg>