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

Beth bdakin at opensource.apple.com
Fri Dec 2 18:33:54 PST 2005


bdakin      05/12/02 18:33:53

  Modified:    .        ChangeLog
  Added:       fast/table colspanMinWidth-expected.checksum
                        colspanMinWidth-expected.png
                        colspanMinWidth-expected.txt colspanMinWidth.html
  Log:
  Bug #:
  
  Revision  Changes    Path
  1.122     +10 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- ChangeLog	3 Dec 2005 01:06:39 -0000	1.121
  +++ ChangeLog	3 Dec 2005 02:33:51 -0000	1.122
  @@ -1,3 +1,13 @@
  +2005-12-02  Beth Dakin  <bdakin at apple.com>
  +
  +        Layout test for <rdar://problem/4358898> TOT/GLENDALE REGRESSION: 
  +	Table layout issue occurs at http://www.pixar.com/shorts/index.html
  +
  +        * fast/table/colspanMinWidth-expected.checksum: Added.
  +        * fast/table/colspanMinWidth-expected.png: Added.
  +        * fast/table/colspanMinWidth-expected.txt: Added.
  +        * fast/table/colspanMinWidth.html: Added.
  +
   2005-12-02  Adele Peterson  <adele at apple.com>
   
           Updating test for latest changes in:
  
  
  
  1.1                  LayoutTests/fast/table/colspanMinWidth-expected.checksum
  
  Index: colspanMinWidth-expected.checksum
  ===================================================================
  16028a4cb0f0dca758aa233d50fffba9
  
  
  1.1                  LayoutTests/fast/table/colspanMinWidth-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/table/colspanMinWidth-expected.txt
  
  Index: colspanMinWidth-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
        RenderTable {TABLE} at (0,0) size 172x43
          RenderTableSection {TBODY} at (0,0) size 0x43
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (2,2) size 3x2 [bgcolor=#0000FF] [r=0 c=0 rs=1 cs=1]
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (2,6) size 164x2 [bgcolor=#008000] [r=1 c=0 rs=2 cs=2]
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (168,22) size 2x2 [bgcolor=#FF0000] [r=2 c=2 rs=2 cs=1]
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (2,10) size 164x31 [bgcolor=#00FFFF] [r=3 c=0 rs=1 cs=2]
                RenderTable {TABLE} at (1,1) size 162x29
                  RenderTableSection {TBODY} at (0,0) size 0x29
                    RenderTableRow {TR} at (0,0) size 0x0
                      RenderTableCell {TD} at (2,13) size 2x2 [bgcolor=#FF00FF] [r=0 c=0 rs=1 cs=1]
                      RenderTableCell {TD} at (6,2) size 154x25 [bgcolor=#FFFF00] [r=0 c=1 rs=1 cs=1]
                        RenderLineEdit {INPUT} at (3,3) size 148x19
                        RenderText {TEXT} at (0,0) size 0x0
  
  
  
  1.1                  LayoutTests/fast/table/colspanMinWidth.html
  
  Index: colspanMinWidth.html
  ===================================================================
  <html>
  	<body>
  		<table>
  			<tr>
  				<td id="A" width='1' style="background:blue"></td>
  			</tr>
  			<tr>
  				<td id="B" colspan='2' rowspan='2' style="background:green"></td>
  			</tr>
  			<tr>
  				<td id="C" rowspan='2' style="background:red"></td>
  			</tr>
  			<tr>
  				<td id="D" colspan='2' style="background:cyan">
  					<table>
  						<tr>
  							<td id="E" style="background:magenta"></td>
  							<td id="F" style="background:yellow">
  								<input type='text' />
  							</td>
  						</tr>
  					</table>
  				</td>
  			</tr>
  		</table>
  	</body>
  </html>
  
  
  



More information about the webkit-changes mailing list