Updated to latest DOM

This commit is contained in:
troy%netscape.com 1998-09-21 16:31:54 +00:00
parent 147655af6f
commit b03a14720b

View File

@ -59,7 +59,7 @@ function TestInsert(parent, child)
// Insert a piece of text before the span; after the above, this tests
// insertion in the middle.
trace("insert middle [" + parent.getTagName() + "," + childTag + "]");
trace("insert middle [" + parent.tagName + "," + childTag + "]");
count++;
parent.insertBefore(document.createTextNode("middle "), child);
}