Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for child <svg> with viewBox</title>
The presense of the viewBox attribute below should not be stopping the
lime rect from rendering. (The preserveAspectRatio is only there to make
the lime rect fully cover the red rect on success. It is not the problem.)
-->
<rect width="100%" height="100%" fill="red"/>
<svg viewBox="0 0 100 100" preserveAspectRatio="none">
<rect width="100%" height="100%" fill="lime"/>
</svg>
</svg>