Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/svg/crashtests/crashtests.list
<symbol id="z">
<use xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' id='root' />#root" />
</symbol>
<use id="a" xlink:href="#z" width="20"/>
<script>
window.addEventListener("load", function() {
window.scrollByPages(0);
document.getElementById("a").removeAttribute("width");
document.elementFromPoint(0, 0);
}, false);
</script>
</svg>