[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abarth at webkit.org abarth at webkit.org
Wed Dec 22 11:14:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9632716fbc9e3bdb21e4deed036d09de17a7e907
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 15 22:41:48 2010 +0000

    2010-07-15  Adam Barth  <abarth at webkit.org>
    
            Update Qt expectionat to account for implicit <colgroup>.
    
            * platform/qt/fast/repaint/table-col-background-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63477 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3b12a26..ae42ce8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-15  Adam Barth  <abarth at webkit.org>
+
+        Update Qt expectionat to account for implicit <colgroup>.
+
+        * platform/qt/fast/repaint/table-col-background-expected.txt:
+
 2010-07-15  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/platform/qt/fast/repaint/table-col-background-expected.txt b/LayoutTests/platform/qt/fast/repaint/table-col-background-expected.txt
index 9df25d4..ede5c4a 100644
--- a/LayoutTests/platform/qt/fast/repaint/table-col-background-expected.txt
+++ b/LayoutTests/platform/qt/fast/repaint/table-col-background-expected.txt
@@ -4,7 +4,8 @@ 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 106x104
-        RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#008000]
+        RenderTableCol {COLGROUP} at (0,0) size 0x0
+          RenderTableCol {COL} at (0,0) size 0x0 [bgcolor=#008000]
         RenderTableSection {TBODY} at (0,0) size 106x104
           RenderTableRow {TR} at (0,2) size 106x100
             RenderTableCell {TD} at (2,51) size 102x2 [r=0 c=0 rs=1 cs=1]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list