blob: 3c76ffeb7e379fd9041cf6ed187d0d751b79397b [file] [log] [blame]
mjs37c4afb2005-05-31 01:20:46 +00001This test verifies that JavaScript wrappers for DOM nodes are protected against garbage collection for node trees that are outside the document, so long as there's a reference to at least one node in the tree.
2
3The output should be the following pieces of text on lines by themselves: "replacement content", "B", "A", "C".
4
5replacement content
6B
7A
8C
9