Bug 59937

Summary: [GTK] tables/mozilla_expected_failures/bugs/bug85016.html is flaky on 64-bits Debug
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Philippe Normand 2011-05-02 07:21:30 PDT
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/tables/mozilla_expected_failures/bugs/bug85016-expected.txt	2011-05-02 05:39:32.061411576 -0700
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/tables/mozilla_expected_failures/bugs/bug85016-actual.txt	2011-05-02 05:39:32.061411576 -0700
@@ -1,25 +1,25 @@
-layer at (0,0) size 958x2980
+layer at (0,0) size 982x3044
   RenderView at (0,0) size 784x584
-layer at (0,0) size 784x2980
-  RenderBlock {HTML} at (0,0) size 784x2980
-    RenderBody {BODY} at (32,32) size 720x2916
-      RenderBlock {DIV} at (32,0) size 656x652 [border: (1px solid #008000)]
-        RenderBlock {DIV} at (33,33) size 590x586 [border: (1px solid #FF0000)]
-          RenderImage {IMG} at (1,1) size 588x584
+layer at (0,0) size 784x3044
+  RenderBlock {HTML} at (0,0) size 784x3044
+    RenderBody {BODY} at (32,32) size 720x2980
+      RenderBlock {DIV} at (32,0) size 656x668 [border: (1px solid #008000)]
+        RenderBlock {DIV} at (33,33) size 590x602 [border: (1px solid #FF0000)]
+          RenderImage {IMG} at (1,1) size 588x600
           RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,684) size 720x19
+      RenderBlock {P} at (0,700) size 720x19
         RenderText {#text} at (0,0) size 541x19
           text run at (0,0) width 541: "percentage height images in DIV with no height (red) in a DIV with no height (green)"
-      RenderBlock {DIV} at (32,735) size 656x656 [border: (3px dotted #008000)]
-        RenderBlock {DIV} at (35,35) size 586x586 [border: (1px solid #FF0000)]
-          RenderImage {IMG} at (1,1) size 858x584
+      RenderBlock {DIV} at (32,751) size 656x672 [border: (3px dotted #008000)]
+        RenderBlock {DIV} at (35,35) size 586x602 [border: (1px solid #FF0000)]
+          RenderImage {IMG} at (1,1) size 882x600
           RenderText {#text} at (0,0) size 0x0
-      RenderBlock {P} at (0,1423) size 720x19
+      RenderBlock {P} at (0,1455) size 720x19
         RenderText {#text} at (0,0) size 471x19
           text run at (0,0) width 471: "percentage height image in table cell (red), in a DIV with no height (green)"
-      RenderBlock {DIV} at (32,1474) size 656x1442
-        RenderTable {TABLE} at (0,0) size 260x1442 [border: (1px solid #FF0000)]
-          RenderTableSection {TBODY} at (1,1) size 258x1440
-            RenderTableRow {TR} at (0,2) size 258x1436
-              RenderTableCell {TD} at (2,633) size 254x174 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
+      RenderBlock {DIV} at (32,1506) size 656x1474
+        RenderTable {TABLE} at (0,0) size 260x1474 [border: (1px solid #FF0000)]
+          RenderTableSection {TBODY} at (1,1) size 258x1472
+            RenderTableRow {TR} at (0,2) size 258x1468
+              RenderTableCell {TD} at (2,649) size 254x174 [border: (1px solid #FF0000)] [r=0 c=0 rs=1 cs=1]
                 RenderImage {IMG} at (2,2) size 250x170

I can't locally reproduce this issue though. It happens on a single bot AFAICS.
Comment 1 Martin Robinson 2011-05-02 08:58:31 PDT
This looks like the typical GTK+ scrollbar race condition.
Comment 2 Martin Robinson 2015-05-07 17:42:48 PDT
This doesn't seem to be flaky any longer.