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

Beth bdakin at opensource.apple.com
Fri Oct 21 15:55:28 PDT 2005


bdakin      05/10/21 15:55:28

  Modified:    .        ChangeLog
  Added:       fast/overflow infiniteRecursion-expected.checksum
                        infiniteRecursion-expected.png
                        infiniteRecursion-expected.txt
                        infiniteRecursion.html
  Log:
  Bug #:
  
  Revision  Changes    Path
  1.39      +13 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- ChangeLog	18 Oct 2005 00:16:46 -0000	1.38
  +++ ChangeLog	21 Oct 2005 22:55:27 -0000	1.39
  @@ -1,3 +1,16 @@
  +2005-10-21  Beth Dakin  <bdakin at apple.com>
  +
  +        Layout test to go with fix for <rdar://problem/3847926> crash 
  +	due to infinite layout regression in RenderLayer::updateScrollInfoAfterLayout 
  +	(was at ourmedia.org)
  +
  +	Fix is in WebCore.
  +
  +        * fast/overflow/infiniteRecursion-expected.checksum: Added.
  +        * fast/overflow/infiniteRecursion-expected.png: Added.
  +        * fast/overflow/infiniteRecursion-expected.txt: Added.
  +        * fast/overflow/infiniteRecursion.html: Added.
  +
   2005-10-17  Maciej Stachowiak  <mjs at apple.com>
   
           - temporarily back out hyatt's recent changes since the tree was closed
  
  
  
  1.1                  LayoutTests/fast/overflow/infiniteRecursion-expected.checksum
  
  Index: infiniteRecursion-expected.checksum
  ===================================================================
  3b8cd929017770066d445958cacf2a98
  
  
  1.1                  LayoutTests/fast/overflow/infiniteRecursion-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/overflow/infiniteRecursion-expected.txt
  
  Index: infiniteRecursion-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
  layer at (8,8) size 176x86 clip at (18,18) size 156x66
    RenderBlock (floating) {DIV} at (0,0) size 176x86 [border: (10px solid #FF0000)]
      RenderImage {IMG} at (10,10) size 86x66
      RenderBlock {DIV} at (10,10) size 156x13
        RenderText {TEXT} at (92,0) size 7x13
          text run at (92,0) width 7: "x"
      RenderBlock {DIV} at (10,23) size 156x52
        RenderText {TEXT} at (92,0) size 52x52
          text run at (92,0) width 44: "Ted and"
          text run at (92,13) width 18: "the"
          text run at (92,26) width 52: "miniature"
          text run at (92,39) width 33: "Teddy"
  
  
  
  1.1                  LayoutTests/fast/overflow/infiniteRecursion.html
  
  Index: infiniteRecursion.html
  ===================================================================
  <html>
  	<head>
  		<style>
  			div {
                  font-family: "Lucida Grande";
                  font-size: 10.5px;
              }
  			.gallery {
  				border: 10px solid red;
  				overflow:auto;
  				float:left;
  			}
  			.gallery img {
  				float:left;
  				margin-right:6px;
  			}
  	</style>
  	</head>
  
  	<body>
  		<div class="gallery">
  			<img src="" width="86" height="66" />
  			<div>x</div>
  			<div>Ted and the miniature Teddy</div>
  		</div>
  	</body>
  </html>
  
  
  



More information about the webkit-changes mailing list