Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<head>
<script>
window.addEventListener("load", () => {
image.setAttribute("height", "78.04250580135444ch")
image.setAttribute("width", "1024rem")
image.setAttribute("clip-path", "path( evenodd, '\\C' )")
svg.appendChild(image)
document.documentElement.appendChild(svg)
})
</script>
</head>
</html>