content/html/document/crashtests/495543.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/html/document/crashtests/495543.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg">
     1.5 +<script type="text/javascript">
     1.6 +
     1.7 +function boom()
     1.8 +{
     1.9 +  var htmlBody = document.createElementNS("http://www.w3.org/1999/xhtml", "body");
    1.10 +  document.documentElement.appendChild(htmlBody);
    1.11 +  htmlBody.setAttribute('vlink', "transparent");
    1.12 +  document.height;
    1.13 +  document.vlinkColor;
    1.14 +}
    1.15 +
    1.16 +window.addEventListener("load", boom, false);
    1.17 +</script>
    1.18 +
    1.19 +</svg>

mercurial