Bug 114286 - [Qt][Wk2] Failing "narrow" layout tests with Qt 5.1
Summary: [Qt][Wk2] Failing "narrow" layout tests with Qt 5.1
Status: RESOLVED DUPLICATE of bug 117203
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 114171
  Show dependency treegraph
 
Reported: 2013-04-09 07:16 PDT by Ádám Kallai
Modified: 2013-06-05 04:48 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Kallai 2013-04-09 07:16:19 PDT
There are lots of failing layout tests. The page is so narrow. The same bug was reported by Ossy in bug 69134

for example:

--- /home/kadam/webkit/Webkittmp/layout-test-results/fast/block/positioning/static-inline-position-dynamic-expected.txt
+++ /home/kadam/webkit/Webkittmp/layout-test-results/fast/block/positioning/static-inline-position-dynamic-actual.txt
@@ -1,8 +1,8 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
+layer at (0,0) size 600x100
+  RenderView at (0,0) size 0x0
+layer at (0,0) size 0x8
+  RenderBlock {HTML} at (0,0) size 0x8
+    RenderBody {BODY} at (8,8) size 0x0
 layer at (400,0) size 100x100
   RenderBlock (positioned) {DIV} at (400,0) size 100x100 [bgcolor=#FF0000]
 layer at (400,0) size 200x100
Comment 1 Csaba Osztrogonác 2013-05-16 01:00:58 PDT
There were a similar bug long long time ago during migrating to Qt 5:
https://bugs.webkit.org/show_bug.cgi?id=69134

Maybe similar thing happened somewhere in Qt 5.1
Comment 2 Andras Becsi 2013-06-05 04:48:20 PDT
I do not have these kind of failures after Bug 117203 any more. This seems like a duplicate of that bug.

*** This bug has been marked as a duplicate of bug 117203 ***