content/base/crashtests/43040-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/base/crashtests/43040-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<HTML>
     1.5 +<HEAD>
     1.6 +<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
     1.7 +<script>
     1.8 +var xmlDoc;
     1.9 +
    1.10 +function createDoc()
    1.11 +{
    1.12 +	var xmlDoc = document.implementation.createDocument("", "", null);
    1.13 +	var xmlElem = xmlDoc.firstChild;
    1.14 +	xmlElem.appendChild(document.createTextNode("blabla"));
    1.15 +	xmlElem.firstChild.nodeValue;
    1.16 +}
    1.17 +</script>
    1.18 +
    1.19 +</HEAD>
    1.20 +<BODY onload="createDoc();">
    1.21 +</BODY>
    1.22 +</HTML>

mercurial