Bug 117824

Summary: [Qt][WK2] REGRESSION(r151737): fast/replaced/width100percent-image.html fails
Product: WebKit Reporter: Zoltan Arvai <zarvai>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abrhm, hyatt, kadam, robert
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79666, 114879    

Description Zoltan Arvai 2013-06-20 01:03:02 PDT
After the patch test started falling on Qt WK2:

--- /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/replaced/width100percent-image-expected.txt
+++ /ramdisk/qt-linux-32-release-webkit2/build/layout-test-results/fast/replaced/width100percent-image-actual.txt
@@ -11,13 +11,13 @@
       RenderTable {TABLE} at (0,38) size 769x279
         RenderTableSection {TBODY} at (0,0) size 769x279
           RenderTableRow {TR} at (0,1) size 769x277
-            RenderTableCell {TD} at (1,1) size 216x277 [r=0 c=0 rs=1 cs=1]
+            RenderTableCell {TD} at (1,1) size 2x277 [r=0 c=0 rs=1 cs=1]
               RenderImage {IMG} at (1,1) size 214x275
-            RenderTableCell {TD} at (218,1) size 2x277 [r=0 c=1 rs=1 cs=1]
+            RenderTableCell {TD} at (4,1) size 2x277 [r=0 c=1 rs=1 cs=1]
               RenderImage {IMG} at (1,1) size 214x275
-            RenderTableCell {TD} at (221,1) size 2x277 [r=0 c=2 rs=1 cs=1]
+            RenderTableCell {TD} at (7,1) size 2x277 [r=0 c=2 rs=1 cs=1]
               RenderImage {IMG} at (1,1) size 214x275
-            RenderTableCell {TD} at (224,129) size 544x21 [r=0 c=3 rs=1 cs=1]
+            RenderTableCell {TD} at (10,129) size 758x21 [r=0 c=3 rs=1 cs=1]
               RenderText {#text} at (1,1) size 4x19
                 text run at (1,1) width 4: " "
       RenderBlock (anonymous) at (0,317) size 769x38

On image result one of the pictures is missing:
http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r151740%20%2836262%29/retries/fast/replaced/width100percent-image-diffs.html

Can you check it, please?
Comment 1 Zoltan Arvai 2013-06-20 01:50:10 PDT
Skippend on QT WK2 in http://trac.webkit.org/changeset/151773.
Please, unskip it with the proper fix.
Comment 2 Robert Hogan 2013-06-20 12:10:56 PDT
Committed r151789: <http://trac.webkit.org/changeset/151789>