blob: 7a59222f854929b913810842a189e66fe37dea9e [file] [log] [blame]
weinigfadffa52007-03-13 14:17:32 +00001This test verifies that objects are protected against garbage collection as long as the document is alive (for contrast with test 6).
mjs3bd301c2005-11-08 08:11:19 +00002
weinigfadffa52007-03-13 14:17:32 +00003The output should be the following pieces of text on lines by themselves: "B", "[object HTMLElement]", "[object HTMLElement]", "[object HTMLDocument]".
mjs3bd301c2005-11-08 08:11:19 +00004
andersca5fd122a2007-01-25 01:10:07 +00005B
abarth@webkit.orgc59830e2011-09-06 01:52:46 +00006[object HTMLSpanElement]
7[object HTMLSpanElement]
andersca5fd122a2007-01-25 01:10:07 +00008[object HTMLDocument]
mjs3bd301c2005-11-08 08:11:19 +00009