Reviewed by Maciej.
Fix tests and update test results.
* fast/dom/gc-6-expected.txt:
* fast/dom/gc-6.html:
* fast/dom/gc-7-expected.txt:
* fast/dom/gc-7.html:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@19089 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/dom/gc-7-expected.txt b/LayoutTests/fast/dom/gc-7-expected.txt
index f72ea76..1adc1f2 100644
--- a/LayoutTests/fast/dom/gc-7-expected.txt
+++ b/LayoutTests/fast/dom/gc-7-expected.txt
@@ -1,5 +1,9 @@
This test verifies that bjects are protected against garbage collection as long as the document is alive (for contrast with test 6).
-The output should be the following pieces of text on lines by themselves: "B", "[object SPAN]", "[object SPAN]", "[object HTMLDocument]".
+The output should be the following pieces of text on lines by themselves: "B", "[object DOMHTMLElement]", "[object DOMHTMLElement]", "[object HTMLDocument]".
+B
+[object DOMHTMLElement]
+[object DOMHTMLElement]
+[object HTMLDocument]