Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/svg/crashtests/326495-1.svg
<?xml version="1.0"?>
<svg width="10cm" height="5cm" viewBox="0 0 1000 500"
version="1.1">
<script>
function init()
{
document.getElementsByTagName("rect")[0].style.display = "-moz-inline-box";
}
window.addEventListener("load", init, false);
</script>
</svg>