[webkit-changes] cvs commit: LayoutTests/dom/xhtml/level3/core nodeissamenode01-expected.txt nodeissamenode02-expected.txt nodeissamenode03-expected.txt nodeissamenode04-expected.txt nodeissamenode05-expected.txt nodeissamenode06-expected.txt nodeissamenode10-expected.txt

Maciej mjs at opensource.apple.com
Tue Oct 25 23:05:11 PDT 2005


mjs         05/10/25 23:05:10

  Modified:    .        ChangeLog
               dom/xhtml/level3/core nodeissamenode01-expected.txt
                        nodeissamenode02-expected.txt
                        nodeissamenode03-expected.txt
                        nodeissamenode04-expected.txt
                        nodeissamenode05-expected.txt
                        nodeissamenode06-expected.txt
                        nodeissamenode10-expected.txt
  Log:
          Update isSameNode results back, now that the fix is landed.
  
          * dom/xhtml/level3/core/nodeissamenode01-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode02-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode03-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode04-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode05-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode06-expected.txt:
          * dom/xhtml/level3/core/nodeissamenode10-expected.txt:
  
  Revision  Changes    Path
  1.57      +12 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- ChangeLog	25 Oct 2005 22:26:25 -0000	1.56
  +++ ChangeLog	26 Oct 2005 06:05:07 -0000	1.57
  @@ -1,3 +1,15 @@
  +2005-10-25  Maciej Stachowiak  <mjs at apple.com>
  +
  +        Update isSameNode results back, now that the fix is landed.
  +
  +        * dom/xhtml/level3/core/nodeissamenode01-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode02-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode03-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode04-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode05-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode06-expected.txt:
  +        * dom/xhtml/level3/core/nodeissamenode10-expected.txt:
  +
   2005-10-25  Beth Dakin  <bdakin at apple.com>
   
           Layout test for <rdar://problem/4148730> SureSec si#182 safari heap overflow
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode01-expected.txt
  
  Index: nodeissamenode01-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode01-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode01-expected.txt	21 Oct 2005 23:35:24 -0000	1.3
  +++ nodeissamenode01-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode01
  -Status	error
  -Message	TypeError: Value undefined (result of expression doc1.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode02-expected.txt
  
  Index: nodeissamenode02-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode02-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode02-expected.txt	21 Oct 2005 23:35:24 -0000	1.3
  +++ nodeissamenode02-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode02
  -Status	error
  -Message	TypeError: Value undefined (result of expression docType1.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode03-expected.txt
  
  Index: nodeissamenode03-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode03-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode03-expected.txt	21 Oct 2005 23:35:24 -0000	1.3
  +++ nodeissamenode03-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode03
  -Status	error
  -Message	TypeError: Value undefined (result of expression element2.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode04-expected.txt
  
  Index: nodeissamenode04-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode04-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode04-expected.txt	21 Oct 2005 23:35:25 -0000	1.3
  +++ nodeissamenode04-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode04
  -Status	error
  -Message	TypeError: Value undefined (result of expression element2.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode05-expected.txt
  
  Index: nodeissamenode05-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode05-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode05-expected.txt	21 Oct 2005 23:35:25 -0000	1.3
  +++ nodeissamenode05-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode05
  -Status	error
  -Message	TypeError: Value undefined (result of expression element2.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode06-expected.txt
  
  Index: nodeissamenode06-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode06-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode06-expected.txt	21 Oct 2005 23:35:25 -0000	1.3
  +++ nodeissamenode06-expected.txt	26 Oct 2005 06:05:08 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode06
  -Status	error
  -Message	TypeError: Value undefined (result of expression attr1.isSameNode) is not object.
  +Status	Success
  
  
  
  1.4       +1 -2      LayoutTests/dom/xhtml/level3/core/nodeissamenode10-expected.txt
  
  Index: nodeissamenode10-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/dom/xhtml/level3/core/nodeissamenode10-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nodeissamenode10-expected.txt	21 Oct 2005 23:35:26 -0000	1.3
  +++ nodeissamenode10-expected.txt	26 Oct 2005 06:05:09 -0000	1.4
  @@ -1,3 +1,2 @@
   Test	http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodeissamenode10
  -Status	error
  -Message	TypeError: Value undefined (result of expression newDoc.isSameNode) is not object.
  +Status	Success
  
  
  



More information about the webkit-changes mailing list