- updated results for <rdar://problem/4288276> DOM tests expect hierarchy exception
	adding wrong types of nodes to parents (4568)

        * dom/html/level1/core/hc_attrappendchild2-expected.txt:
        * dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt:
        * dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt:
        * dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt:
        * dom/xhtml/level1/core/hc_attrappendchild2-expected.txt:
        * dom/xhtml/level1/core/hc_attrappendchild4-expected.txt:
        * dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt:
        * dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt:
        * dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt:
        * dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt:
        * dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt:
        * dom/xhtml/level3/core/nodeinsertbefore03-expected.txt:
        * dom/xhtml/level3/core/nodeinsertbefore20-expected.txt:
        * dom/xhtml/level3/core/nodereplacechild20-expected.txt:
        * dom/xhtml/level3/core/nodereplacechild35-expected.txt:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10956 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index da1837b..6169396 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,24 @@
+2005-10-25  Vicki Murley  <vicki@apple.com>
+
+	- updated results for <rdar://problem/4288276> DOM tests expect hierarchy exception 
+	adding wrong types of nodes to parents (4568)
+
+        * dom/html/level1/core/hc_attrappendchild2-expected.txt:
+        * dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt:
+        * dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt:
+        * dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt:
+        * dom/xhtml/level1/core/hc_attrappendchild2-expected.txt:
+        * dom/xhtml/level1/core/hc_attrappendchild4-expected.txt:
+        * dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt:
+        * dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt:
+        * dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt:
+        * dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt:
+        * dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt:
+        * dom/xhtml/level3/core/nodeinsertbefore03-expected.txt:
+        * dom/xhtml/level3/core/nodeinsertbefore20-expected.txt:
+        * dom/xhtml/level3/core/nodereplacechild20-expected.txt:
+        * dom/xhtml/level3/core/nodereplacechild35-expected.txt:
+
 2005-10-25  Darin Adler  <darin@apple.com>
 
         - added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4945
diff --git a/LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt b/LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt
index dc11631..a735fa0 100644
--- a/LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt
+++ b/LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt
@@ -1,3 +1,2 @@
-Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild2	
-Status:	failure
-Detail:	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild2
+Status:	Success
diff --git a/LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt b/LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
index 3fb957c..4673ad8 100644
--- a/LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
@@ -1,3 +1,2 @@
-Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildinvalidnodetype	
-Status:	failure
-Detail:	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildinvalidnodetype
+Status:	Success
diff --git a/LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt b/LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
index 7642758..25bf5bc 100644
--- a/LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
@@ -1,3 +1,2 @@
-Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype	
-Status:	failure
-Detail:	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype
+Status:	Success
diff --git a/LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt b/LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
index b8a7e1e..2afd22b 100644
--- a/LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
@@ -1,3 +1,2 @@
-Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype	
-Status:	failure
-Detail:	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Test:	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype
+Status:	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt
index 6d7e9b4..dc46570 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild2
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt
index ca9ccb4..04ba30c 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrappendchild4
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt
index cd80132..5272e63 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrinsertbefore5
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt
index 3e78e6b..c169310 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_attrinsertbefore7
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
index 4e83234..59594bd 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
@@ -1,4 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeappendchildinvalidnodetype
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
-
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
index 7bcbc87..cd2ebc0 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt b/LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
index 34917eb..fa3cb86 100644
--- a/LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
+++ b/LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt
index 3793068..ab7f74a 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt
+++ b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeinsertbefore03
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt
index 616a359..98c3f84 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt
+++ b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeinsertbefore20
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt b/LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt
index 52409c7..44ca1cd 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodereplacechild20
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt b/LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt
index 0d1451d..851c988 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt
@@ -1,3 +1,2 @@
 Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodereplacechild35
-Status	failure
-Message	throw_HIERARCHY_REQUEST_ERR: assertTrue failed
+Status	Success