[webkit-changes] cvs commit: LayoutTests/fast/block/basic 021-expected.txt 021.html

David hyatt at opensource.apple.com
Tue Nov 1 16:41:51 PST 2005


hyatt       05/11/01 16:41:51

  Added:       fast/block/basic 021-expected.txt 021.html
  Log:
  Add results for new layout test for slashdot regression
  
  Revision  Changes    Path
  1.1                  LayoutTests/fast/block/basic/021-expected.txt
  
  Index: 021-expected.txt
  ===================================================================
  layer at (0,0) size 800x600
    RenderCanvas at (0,0) size 800x600
  layer at (0,0) size 800x136
    RenderBlock {HTML} at (0,0) size 800x136
      RenderBody {BODY} at (8,8) size 784x120
        RenderBlock {DIV} at (0,0) size 784x96 [border: (3px solid #FFFF00)]
          RenderBlock (anonymous) at (3,3) size 778x18
            RenderText {TEXT} at (0,0) size 47x18
              text run at (0,0) width 47: "Yellow"
          RenderBlock {DIV} at (3,21) size 778x72 [border: (3px solid #0000FF)]
            RenderBlock (anonymous) at (3,3) size 772x18
              RenderText {TEXT} at (0,0) size 30x18
                text run at (0,0) width 30: "Blue"
            RenderBlock {DIV} at (3,21) size 772x24 [border: (3px solid #008000)]
              RenderText {TEXT} at (3,3) size 39x18
                text run at (3,3) width 39: "Green"
            RenderBlock {DIV} at (3,45) size 772x24 [border: (3px solid #FF0000)]
              RenderText {TEXT} at (3,3) size 26x18
                text run at (3,3) width 26: "Red"
        RenderBlock {DIV} at (0,96) size 784x24 [border: (3px solid #000080)]
          RenderBlock {DIV} at (3,3) size 778x18
            RenderText {TEXT} at (0,0) size 35x18
              text run at (0,0) width 35: "Navy"
  
  
  
  1.1                  LayoutTests/fast/block/basic/021.html
  
  Index: 021.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  
  <html>
  
  <head>
  
  	<title>Slashdot Layout Bug Testcase</title>
  
  	<style type="text/css">
  		/* These rules cause the layout issue */
  		#yellow{ height: 100%; }
  		#blue { height: 100%; }
  		/* #green { height: 100%; } /* */
  		
  		/* These rules are to demonstrate the layout issue */
  		#yellow { border: 3px solid yellow; }
  		#blue { border: 3px solid blue; }
  		#green { border: 3px solid green; }
  		#red { border: 3px solid red; }
  		#navy { border: 3px solid navy; }
  	</style>
  
  </head>
  
  <body>
  
  	<div id="yellow">Yellow
  		<div id="blue">Blue
  			<div id="green">Green</div>
  			<div id="red">Red</div>
  		</div>
  	</div>	
  	
  	<div id="navy">
  		<div>Navy</div>
  	</div>
  
  </body>
  </html>
  
  



More information about the webkit-changes mailing list