[webkit-changes] cvs commit: WebCore/layout-tests/fast/parser script-tag-with-trailing-slash-expected.txt script-tag-with-trailing-slash.html

Darin darin at opensource.apple.com
Sun Sep 4 13:56:32 PDT 2005


darin       05/09/04 13:56:31

  Modified:    .        ChangeLog
  Added:       layout-tests/fast/parser
                        script-tag-with-trailing-slash-expected.txt
                        script-tag-with-trailing-slash.html
  Log:
          - added a layout test from Bugzilla for a bug that was fixed a while back
  
          * layout-tests/fast/parser/script-tag-with-trailing-slash-expected.txt: Added.
          * layout-tests/fast/parser/script-tag-with-trailing-slash.html: Added.
  
  Revision  Changes    Path
  1.89      +7 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- ChangeLog	4 Sep 2005 09:55:08 -0000	1.88
  +++ ChangeLog	4 Sep 2005 20:56:31 -0000	1.89
  @@ -1,5 +1,12 @@
   2005-09-04  Darin Adler  <darin at apple.com>
   
  +        - added a layout test from Bugzilla for a bug that was fixed a while back
  +
  +        * layout-tests/fast/parser/script-tag-with-trailing-slash-expected.txt: Added.
  +        * layout-tests/fast/parser/script-tag-with-trailing-slash.html: Added.
  +
  +2005-09-04  Darin Adler  <darin at apple.com>
  +
           - temporarily disable LEAKS messages that are giving too many false positives
             we'll turn these back on again once we get them to really mean something.
   
  
  
  
  1.1                  WebCore/layout-tests/fast/parser/script-tag-with-trailing-slash-expected.txt
  
  Index: script-tag-with-trailing-slash-expected.txt
  ===================================================================
  layer at (0,0) size 800x600
    RenderCanvas at (0,0) size 800x600
  layer at (0,0) size 800x600
    RenderBlock {HTML} at (0,0) size 800x600
      RenderBody {BODY} at (8,8) size 784x584
        RenderText {TEXT} at (0,0) size 360x18
          text run at (0,0) width 360: "You should see the text \"inside\" the following script tag: "
        RenderText {TEXT} at (360,0) size 221x18
          text run at (360,0) width 221: "This is the text inside the script tag."
        RenderText {TEXT} at (0,0) size 0x0
        RenderText {TEXT} at (0,0) size 0x0
  
  
  
  1.1                  WebCore/layout-tests/fast/parser/script-tag-with-trailing-slash.html
  
  Index: script-tag-with-trailing-slash.html
  ===================================================================
  <html>
  
  <script>
  if (window.layoutTestController)
      window.dumpAsText();
  </script>
  
  <body>
  You should see the text "inside" the following script tag:
  <script language="JavaScript" src=""/>
  This is the text inside the script tag.
  </body>
  
  </html>	
  
  
  



More information about the webkit-changes mailing list