Changeset 20147 for trunk/LayoutTests/fast/dom/gc-6-expected.txt
- Timestamp:
- 03/13/07 07:17:32 (22 months ago)
- Files:
-
- 1 modified
-
trunk/LayoutTests/fast/dom/gc-6-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/fast/dom/gc-6-expected.txt
r20145 r20147 1 1 This test verifies that DOM documents are protected against garbage collection but without necessarily keeping all their children alive, so long as any node in the document is reachable. 2 2 3 The output should be the following pieces of text on lines by themselves: "B", "[object DOMHTMLElement]", "null", "[object HTMLDocument]".3 The output should be the following pieces of text on lines by themselves: "B", "[object HTMLElement]", "null", "[object HTMLDocument]". 4 4 5 5 B