[webkit-changes] cvs commit: WebCore/layout-tests/fast/dom set-innerHTML-expected.txt

Darin darin at opensource.apple.com
Wed Sep 14 22:16:59 PDT 2005


darin       05/09/14 22:16:58

  Modified:    .        ChangeLog
               layout-tests/fast/dom set-innerHTML-expected.txt
  Log:
          * layout-tests/fast/dom/set-innerHTML-expected.txt: Updated test result now that DumpRenderTree handles
          this case properly. The old expected result just had the word "error"!
  
  Revision  Changes    Path
  1.124     +5 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- ChangeLog	15 Sep 2005 01:25:53 -0000	1.123
  +++ ChangeLog	15 Sep 2005 05:16:55 -0000	1.124
  @@ -1,3 +1,8 @@
  +2005-09-14  Darin Adler  <darin at apple.com>
  +
  +        * layout-tests/fast/dom/set-innerHTML-expected.txt: Updated test result now that DumpRenderTree handles
  +        this case properly. The old expected result just had the word "error"!
  +
   2005-09-14  Justin Garcia  <justin.garcia at apple.com>
   
           Reviewed by john
  
  
  
  1.2       +6 -1      WebCore/layout-tests/fast/dom/set-innerHTML-expected.txt
  
  Index: set-innerHTML-expected.txt
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/dom/set-innerHTML-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- set-innerHTML-expected.txt	19 Aug 2005 16:27:01 -0000	1.1
  +++ set-innerHTML-expected.txt	15 Sep 2005 05:16:58 -0000	1.2
  @@ -1 +1,6 @@
  -error
  +This tests that setting innerHTML on an xhtml document works. If this test is successful, the text below should say "Success", and "namespace is correct".
  +
  +Success!
  +
  +namespace is correct
  +
  
  
  



More information about the webkit-changes mailing list