[webkit-changes] cvs commit: LayoutTests/dom/xhtml/level3/core nodeinsertbefore03-expected.txt nodeinsertbefore20-expected.txt nodereplacechild20-expected.txt nodereplacechild35-expected.txt

Vicki vicki at opensource.apple.com
Tue Oct 25 13:56:06 PDT 2005


vicki       05/10/25 13:56:06

  Modified:    .        ChangeLog
               dom/html/level1/core hc_attrappendchild2-expected.txt
                        hc_nodeappendchildinvalidnodetype-expected.txt
                        hc_nodeinsertbeforeinvalidnodetype-expected.txt
                        hc_nodereplacechildinvalidnodetype-expected.txt
               dom/xhtml/level1/core hc_attrappendchild2-expected.txt
                        hc_attrappendchild4-expected.txt
                        hc_attrinsertbefore5-expected.txt
                        hc_attrinsertbefore7-expected.txt
                        hc_nodeappendchildinvalidnodetype-expected.txt
                        hc_nodeinsertbeforeinvalidnodetype-expected.txt
                        hc_nodereplacechildinvalidnodetype-expected.txt
               dom/xhtml/level3/core nodeinsertbefore03-expected.txt
                        nodeinsertbefore20-expected.txt
                        nodereplacechild20-expected.txt
                        nodereplacechild35-expected.txt
  Log:
  	- 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:
  
  Revision  Changes    Path
  1.55      +21 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- ChangeLog	25 Oct 2005 16:39:25 -0000	1.54
  +++ ChangeLog	25 Oct 2005 20:56:02 -0000	1.55
  @@ -1,3 +1,24 @@
  +2005-10-25  Vicki Murley  <vicki at 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 at apple.com>
   
           - added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4945
  
  
  
  1.2       +2 -3      LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt
  
  Index: hc_attrappendchild2-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/html/level1/core/hc_attrappendchild2-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_attrappendchild2-expected.txt	26 Jul 2005 08:31:40 -0000	1.1
  +++ hc_attrappendchild2-expected.txt	25 Oct 2005 20:56:03 -0000	1.2
  @@ -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
  
  
  
  1.2       +2 -3      LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
  
  Index: hc_nodeappendchildinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodeappendchildinvalidnodetype-expected.txt	26 Jul 2005 08:31:50 -0000	1.1
  +++ hc_nodeappendchildinvalidnodetype-expected.txt	25 Oct 2005 20:56:03 -0000	1.2
  @@ -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
  
  
  
  1.2       +2 -3      LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
  
  Index: hc_nodeinsertbeforeinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodeinsertbeforeinvalidnodetype-expected.txt	26 Jul 2005 08:31:53 -0000	1.1
  +++ hc_nodeinsertbeforeinvalidnodetype-expected.txt	25 Oct 2005 20:56:03 -0000	1.2
  @@ -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
  
  
  
  1.2       +2 -3      LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
  
  Index: hc_nodereplacechildinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodereplacechildinvalidnodetype-expected.txt	26 Jul 2005 08:31:54 -0000	1.1
  +++ hc_nodereplacechildinvalidnodetype-expected.txt	25 Oct 2005 20:56:03 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt
  
  Index: hc_attrappendchild2-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_attrappendchild2-expected.txt	26 Sep 2005 22:32:44 -0000	1.1
  +++ hc_attrappendchild2-expected.txt	25 Oct 2005 20:56:03 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt
  
  Index: hc_attrappendchild4-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_attrappendchild4-expected.txt	26 Sep 2005 22:32:46 -0000	1.1
  +++ hc_attrappendchild4-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt
  
  Index: hc_attrinsertbefore5-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_attrinsertbefore5-expected.txt	26 Sep 2005 22:33:00 -0000	1.1
  +++ hc_attrinsertbefore5-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt
  
  Index: hc_attrinsertbefore7-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_attrinsertbefore7-expected.txt	26 Sep 2005 22:33:02 -0000	1.1
  +++ hc_attrinsertbefore7-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -3      LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt
  
  Index: hc_nodeappendchildinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodeappendchildinvalidnodetype-expected.txt	26 Sep 2005 22:34:28 -0000	1.1
  +++ hc_nodeappendchildinvalidnodetype-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt
  
  Index: hc_nodeinsertbeforeinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodeinsertbeforeinvalidnodetype-expected.txt	26 Sep 2005 22:35:01 -0000	1.1
  +++ hc_nodeinsertbeforeinvalidnodetype-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt
  
  Index: hc_nodereplacechildinvalidnodetype-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hc_nodereplacechildinvalidnodetype-expected.txt	26 Sep 2005 22:35:18 -0000	1.1
  +++ hc_nodereplacechildinvalidnodetype-expected.txt	25 Oct 2005 20:56:04 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt
  
  Index: nodeinsertbefore03-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nodeinsertbefore03-expected.txt	26 Sep 2005 23:38:29 -0000	1.1
  +++ nodeinsertbefore03-expected.txt	25 Oct 2005 20:56:05 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt
  
  Index: nodeinsertbefore20-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nodeinsertbefore20-expected.txt	26 Sep 2005 23:38:33 -0000	1.1
  +++ nodeinsertbefore20-expected.txt	25 Oct 2005 20:56:05 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt
  
  Index: nodereplacechild20-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodereplacechild20-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nodereplacechild20-expected.txt	26 Sep 2005 23:39:11 -0000	1.1
  +++ nodereplacechild20-expected.txt	25 Oct 2005 20:56:05 -0000	1.2
  @@ -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
  
  
  
  1.2       +1 -2      LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt
  
  Index: nodereplacechild35-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodereplacechild35-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nodereplacechild35-expected.txt	26 Sep 2005 23:39:15 -0000	1.1
  +++ nodereplacechild35-expected.txt	25 Oct 2005 20:56:05 -0000	1.2
  @@ -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
  
  
  



More information about the webkit-changes mailing list