[webkit-changes] cvs commit: LayoutTests/fast/dynamic genContentDestroyChildren-expected.checksum genContentDestroyChildren-expected.png genContentDestroyChildren-expected.txt genContentDestroyChildren.html

Darin darin at opensource.apple.com
Mon Oct 24 16:46:48 PDT 2005


darin       05/10/24 16:46:47

  Modified:    .        ChangeLog
               fast/dynamic genContentDestroyChildren-expected.checksum
                        genContentDestroyChildren-expected.png
                        genContentDestroyChildren-expected.txt
                        genContentDestroyChildren.html
  Log:
          - changed a test to use a GIF instead of a PNG to avoid issues with color correction
            also, it was using an image that's part of OS X, and it's nicer to have a standalone test
  
          * fast/dynamic/genContentDestroyChildren-expected.checksum:
          * fast/dynamic/genContentDestroyChildren-expected.png:
          * fast/dynamic/genContentDestroyChildren-expected.txt:
          * fast/dynamic/genContentDestroyChildren.html:
  
  Revision  Changes    Path
  1.51      +10 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- ChangeLog	24 Oct 2005 23:23:04 -0000	1.50
  +++ ChangeLog	24 Oct 2005 23:46:44 -0000	1.51
  @@ -1,5 +1,15 @@
   2005-10-24  Darin Adler  <darin at apple.com>
   
  +        - changed a test to use a GIF instead of a PNG to avoid issues with color correction
  +          also, it was using an image that's part of OS X, and it's nicer to have a standalone test
  +
  +        * fast/dynamic/genContentDestroyChildren-expected.checksum:
  +        * fast/dynamic/genContentDestroyChildren-expected.png:
  +        * fast/dynamic/genContentDestroyChildren-expected.txt:
  +        * fast/dynamic/genContentDestroyChildren.html:
  +
  +2005-10-24  Darin Adler  <darin at apple.com>
  +
           - fixed results for http://bugzilla.opendarwin.org/show_bug.cgi?id=5415
   
           Mitz's patch removed some strange code about 1-character runs and rounding.
  
  
  
  1.2       +1 -1      LayoutTests/fast/dynamic/genContentDestroyChildren-expected.checksum
  
  Index: genContentDestroyChildren-expected.checksum
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/dynamic/genContentDestroyChildren-expected.checksum,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- genContentDestroyChildren-expected.checksum	13 Oct 2005 00:35:39 -0000	1.1
  +++ genContentDestroyChildren-expected.checksum	24 Oct 2005 23:46:45 -0000	1.2
  @@ -1 +1 @@
  -15cac89da4bae09cd72c117d1ad92bca
  \ No newline at end of file
  +d7c8d4a51c85dfd9ef5ff8044b88aefb
  \ No newline at end of file
  
  
  
  1.2       +9 -3      LayoutTests/fast/dynamic/genContentDestroyChildren-expected.png
  
  	<<Binary file>>
  
  
  1.2       +3 -3      LayoutTests/fast/dynamic/genContentDestroyChildren-expected.txt
  
  Index: genContentDestroyChildren-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/dynamic/genContentDestroyChildren-expected.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- genContentDestroyChildren-expected.txt	13 Oct 2005 00:35:40 -0000	1.1
  +++ genContentDestroyChildren-expected.txt	24 Oct 2005 23:46:46 -0000	1.2
  @@ -3,8 +3,8 @@
   layer at (0,0) size 800x600
     RenderBlock {HTML} at (0,0) size 800x600
       RenderBody {BODY} at (8,8) size 784x584
  -      RenderBlock {DIV} at (0,0) size 784x128
  -        RenderInline {A} at (0,0) size 128x14
  -          RenderImage {IMG} at (0,0) size 128x128
  +      RenderBlock {DIV} at (0,0) size 784x64
  +        RenderInline {A} at (0,0) size 52x14
  +          RenderImage {IMG} at (0,0) size 52x64
             RenderBR {BR} at (0,0) size 0x0
           RenderText {TEXT} at (0,0) size 0x0
  
  
  
  1.2       +15 -15    LayoutTests/fast/dynamic/genContentDestroyChildren.html
  
  Index: genContentDestroyChildren.html
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/dynamic/genContentDestroyChildren.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- genContentDestroyChildren.html	13 Oct 2005 00:35:40 -0000	1.1
  +++ genContentDestroyChildren.html	24 Oct 2005 23:46:46 -0000	1.2
  @@ -1,18 +1,18 @@
   <html>
  -	<head>
  -		<style>
  -                        .haveContent:after { content: "foo"; }
  -		</style>
  -	</head>
  -	<body>
  -		<div>
  -			<a id="foo" class="haveContent"><img src="file:///System/Library/CoreServices/loginwindow.app/Contents/Resources/loginwindow.png" alt=""/><br/></a>
  -		</div>
  +    <head>
  +        <style>
  +            .haveContent:after { content: "foo"; }
  +        </style>
  +    </head>
  +    <body>
  +        <div>
  +            <a id="foo" class="haveContent"><img src="resources/apple.gif" alt=""/><br/></a>
  +        </div>
                   
  -               <script>
  -                        document.body.offsetWidth;
  -                        document.getElementById('foo').className='';
  -                        document.body.offsetWidth;
  -                </script>
  -	</body>
  +        <script>
  +            document.body.offsetWidth;
  +            document.getElementById('foo').className='';
  +            document.body.offsetWidth;
  +        </script>
  +    </body>
   </html>
  
  
  



More information about the webkit-changes mailing list