Bug 117582

Summary: [GTK] fast/flexbox/clear-overflow-before-scroll-update.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abrhm, bugs-noreply, kadam, ossy, tonikitoo, zarvai
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=169007

Description Zan Dobersek 2013-06-13 01:22:18 PDT
The fast/flexbox/clear-overflow-before-scroll-update.html layout test is failing on the GTK port since introduced in r151360.
http://trac.webkit.org/changeset/151360

Not sure whether this is completely OK to simply rebaseline.

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/flexbox/clear-overflow-before-scroll-update-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/flexbox/clear-overflow-before-scroll-update-actual.txt
@@ -1,14 +1,14 @@
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
-layer at (0,0) size 800x43
-  RenderBlock {HTML} at (0,0) size 800x43
-    RenderDeprecatedFlexibleBox {BODY} at (8,8) size 784x27
-      RenderBlock (anonymous) at (0,0) size 33x27
-        RenderText {#text} at (19,4) size 4x18
-          text run at (19,4) width 4: " "
-        RenderBlock {SPAN} at (23,8) size 10x10 [bgcolor=#FF0000]
+layer at (0,0) size 800x47
+  RenderBlock {HTML} at (0,0) size 800x47
+    RenderDeprecatedFlexibleBox {BODY} at (8,8) size 784x31
+      RenderBlock (anonymous) at (0,0) size 43x31
+        RenderText {#text} at (29,7) size 4x17
+          text run at (29,7) width 4: " "
+        RenderBlock {SPAN} at (33,11) size 10x10 [bgcolor=#FF0000]
         RenderText {#text} at (0,0) size 0x0
-layer at (10,10) size 15x23 clip at (15,15) size 5x13
-  RenderMenuList {SELECT} at (2,2) size 15x23 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
-    RenderBlock (anonymous) at (5,5) size 5x13
-      RenderBR at (-9999,0) size 0x13 [bgcolor=#FFFFFF]
+layer at (10,10) size 25x27 clip at (15,15) size 15x17
+  RenderMenuList {SELECT} at (2,2) size 25x27 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+    RenderBlock (anonymous) at (5,5) size 15x17
+      RenderBR at (-9999,0) size 0x17 [bgcolor=#FFFFFF]
Comment 1 Gábor Ábrahám 2013-06-14 07:11:35 PDT
This test fail on Qt too.