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 invalid text</title>
<defs>
<style type="text/css">
[transform="scale(2)"] { fill: lime }
</style>
</defs>
<g fill="red">
<rect transform="scale(2)" width="100%" height="100%" />
</g>
</svg>