Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/svg/crashtests/crashtests.list
<style>
<![CDATA[
svg {
background-image: linear-gradient(lime, lime);
background-clip: text;
}
text { transform: skewy(30grad); }
g { perspective: 0; }
]]>
</style>
<g><text>hello</text></g>
</svg>