[Webkit-unassigned] [Bug 190990] New: [GTK] Layout test fast/block/basic/inline-content-with-floating-image.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 11:36:34 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190990

            Bug ID: 190990
           Summary: [GTK] Layout test
                    fast/block/basic/inline-content-with-floating-image.ht
                    ml is failing
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, zalan at apple.com

Layout test fast/block/basic/inline-content-with-floating-image.html has been failing for GTK since it was added in r237456 "[LFC][IFC] Layout floats as part of the inline content"

There is a text diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/block/basic/inline-content-with-floating-image-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/block/basic/inline-content-with-floating-image-actual.txt
@@ -6,26 +6,25 @@
 layer at (8,8) size 300x72
   RenderBlock {DIV} at (0,0) size 300x72
     RenderImage {IMG} at (0,0) size 50x30
-    RenderText {#text} at (50,0) size 284x72
-      text run at (50,0) width 232: "long text with left floating box. long"
-      text run at (50,18) width 228: "text with left floating box. long text"
-      text run at (0,36) width 284: "with left floating box. text eventually breaks"
-      text run at (0,54) width 120: "below the floating."
+    RenderText {#text} at (50,0) size 277x71
+      text run at (50,0) width 227: "long text with left floating box. long"
+      text run at (50,18) width 222: "text with left floating box. long text"
+      text run at (0,36) width 277: "with left floating box. text eventually breaks"
+      text run at (0,54) width 118: "below the floating."
 layer at (8,80) size 300x72
   RenderBlock {DIV} at (0,72) size 300x72
     RenderImage {IMG} at (250,0) size 50x30
-    RenderText {#text} at (0,0) size 292x72
-      text run at (0,0) width 241: "long text with right floating box. long"
-      text run at (0,18) width 236: "text with right floating box. long text"
-      text run at (0,36) width 292: "with right floating box. text eventually breaks"
-      text run at (0,54) width 120: "below the floating."
-layer at (8,152) size 300x90
-  RenderBlock {DIV} at (0,144) size 300x90
+    RenderText {#text} at (0,0) size 286x71
+      text run at (0,0) width 236: "long text with right floating box. long"
+      text run at (0,18) width 231: "text with right floating box. long text"
+      text run at (0,36) width 286: "with right floating box. text eventually breaks"
+      text run at (0,54) width 118: "below the floating."
+layer at (8,152) size 300x72
+  RenderBlock {DIV} at (0,144) size 300x72
     RenderImage {IMG} at (0,0) size 20x30
     RenderImage {IMG} at (280,0) size 20x30
-    RenderText {#text} at (20,0) size 292x90
-      text run at (20,0) width 229: "long text with left and right floating"
-      text run at (20,18) width 208: "box. long text with left and right"
-      text run at (0,36) width 261: "floating box. long text with left and right"
-      text run at (0,54) width 292: "floating box. text eventually breaks below the"
-      text run at (0,72) width 60: "floatings."
+    RenderText {#text} at (20,0) size 282x71
+      text run at (20,0) width 255: "long text with left and right floating box."
+      text run at (20,18) width 255: "long text with left and right floating box."
+      text run at (0,36) width 282: "long text with left and right floating box. text"
+      text run at (0,54) width 238: "eventually breaks below the floatings."

But also it's complaining that the image results are missing, which is insane because there are no image results for Mac. I have no clue why it's doing that. I am going to mark the expectations as [ Failure Missing ] because I don't know what else to do with it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181027/80164a4d/attachment-0001.html>


More information about the webkit-unassigned mailing list