[webkit-changes] cvs commit: LayoutTests/fast/table colgroup-preceded-by-caption-expected.checksum colgroup-preceded-by-caption-expected.png colgroup-preceded-by-caption-expected.txt colgroup-preceded-by-caption.html

Eric eseidel at opensource.apple.com
Sat Nov 26 17:02:46 PST 2005


eseidel     05/11/26 17:02:46

  Modified:    .        ChangeLog
  Added:       fast/table colgroup-preceded-by-caption-expected.checksum
                        colgroup-preceded-by-caption-expected.png
                        colgroup-preceded-by-caption-expected.txt
                        colgroup-preceded-by-caption.html
  Log:
  Bug #: 5822
  Submitted by: mitz
  Reviewed by: darin
          <col> <colgroup> tests from mitz.
          http://bugzilla.opendarwin.org/show_bug.cgi?id=5822
  
          * fast/table/colgroup-preceded-by-caption-expected.checksum: Added.
          * fast/table/colgroup-preceded-by-caption-expected.png: Added.
          * fast/table/colgroup-preceded-by-caption-expected.txt: Added.
          * fast/table/colgroup-preceded-by-caption.html: Added.
  
  Revision  Changes    Path
  1.100     +12 -0     LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- ChangeLog	25 Nov 2005 11:13:46 -0000	1.99
  +++ ChangeLog	27 Nov 2005 01:02:44 -0000	1.100
  @@ -1,3 +1,15 @@
  +2005-11-26  Mitz Pettel  <opendarwin.org at mitzpettel.com>
  +
  +        Reviewed by darin, committed by eseidel.
  +
  +        <col> <colgroup> tests from mitz.
  +        http://bugzilla.opendarwin.org/show_bug.cgi?id=5822
  +
  +        * fast/table/colgroup-preceded-by-caption-expected.checksum: Added.
  +        * fast/table/colgroup-preceded-by-caption-expected.png: Added.
  +        * fast/table/colgroup-preceded-by-caption-expected.txt: Added.
  +        * fast/table/colgroup-preceded-by-caption.html: Added.
  +
   2005-11-25  eseidel  <eseidel at apple.com>
   
           Rubber-stamped by mjs.
  
  
  
  1.1                  LayoutTests/fast/table/colgroup-preceded-by-caption-expected.checksum
  
  Index: colgroup-preceded-by-caption-expected.checksum
  ===================================================================
  3288ac60ac0972c7fc761174cd1e79d1
  
  
  1.1                  LayoutTests/fast/table/colgroup-preceded-by-caption-expected.png
  
  	<<Binary file>>
  
  
  1.1                  LayoutTests/fast/table/colgroup-preceded-by-caption-expected.txt
  
  Index: colgroup-preceded-by-caption-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
        RenderTable {TABLE} at (0,0) size 271x60
          RenderBlock {CAPTION} at (0,0) size 271x36
            RenderText {TEXT} at (30,0) size 210x36
              text run at (30,0) width 210: "The next line should have yellow"
              text run at (96,18) width 79: "background."
          RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00]
          RenderTableSection {TBODY} at (0,36) size 0x24
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (2,2) size 267x20 [r=0 c=0 rs=1 cs=1]
                RenderText {TEXT} at (1,1) size 265x18
                  text run at (1,1) width 265: "This line should have yellow background."
        RenderTable {TABLE} at (0,60) size 271x60
          RenderBlock {CAPTION} at (0,0) size 271x36
            RenderText {TEXT} at (30,0) size 210x36
              text run at (30,0) width 210: "The next line should have yellow"
              text run at (96,18) width 79: "background."
          RenderTableCol {COLGROUP} at (0,0) size 0x0
            RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#FFFF00]
          RenderTableSection {TBODY} at (0,36) size 0x24
            RenderTableRow {TR} at (0,0) size 0x0
              RenderTableCell {TD} at (2,2) size 267x20 [r=0 c=0 rs=1 cs=1]
                RenderText {TEXT} at (1,1) size 265x18
                  text run at (1,1) width 265: "This line should have yellow background."
  
  
  
  1.1                  LayoutTests/fast/table/colgroup-preceded-by-caption.html
  
  Index: colgroup-preceded-by-caption.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
  "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
  <title>&lt;COL&gt; after &lt;CAPTION&gt;</title>
  </head>
  <body>
  <table>
      <caption>The next line should have yellow background.</caption>
      <col style="background: yellow;">
      <tr>
          <td>
              This line should have yellow background.
          </td>
      </tr>
  </table>
  <table>
      <caption>The next line should have yellow background.</caption>
      <colgroup>
          <col style="background: yellow;">
      </colgroup>
      <tr>
          <td>
              This line should have yellow background.
          </td>
      </tr>
  </table>
  </body>
  </html>
  
  



More information about the webkit-changes mailing list