Bug 114286
| Summary: | [Qt][Wk2] Failing "narrow" layout tests with Qt 5.1 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abecsi, kadam, ossy, zarvai |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 114171 | ||
Ádám Kallai
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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
Andras Becsi
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 ***