mjs | 37c4afb | 2005-05-31 01:20:46 +0000 | [diff] [blame] | 1 | This 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 | |||||
3 | The output should be the following pieces of text on lines by themselves: "replacement content", "B", "A", "C". | ||||
4 | |||||
5 | replacement content | ||||
6 | B | ||||
7 | A | ||||
8 | C | ||||
9 |