Bug 71766
Summary: | [Qt] svg/custom/getBBox-path.svg fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | allan.jensen, oliver, ossy, rhodovan.u-szeged, rwlbuis, thorton, zherczeg |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 53512 |
Csaba Osztrogonác
svg/custom/getBBox-path.svg introduced in http://trac.webkit.org/changeset/99460,
but fails on Qt:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/getBBox-path-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/getBBox-path-actual.txt
@@ -1,1 +1,1 @@
-100 37.5 PASS
+100 50 FAIL
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rob Buis
This is because QPainterPath::controlPointRect() is used instead of QPainterPath::boundingRect()
Csaba Osztrogonác
(In reply to comment #1)
> This is because QPainterPath::controlPointRect() is used instead of QPainterPath::boundingRect()
Reni, Zoltán, could fix it?
Allan Sandfeld Jensen
I accidentally created a new bug for the patch to this problem. See bug #99471
*** This bug has been marked as a duplicate of bug 99471 ***
Csaba Osztrogonác
(In reply to comment #3)
> I accidentally created a new bug for the patch to this problem. See bug #99471
>
> *** This bug has been marked as a duplicate of bug 99471 ***
I unskipped the test - r131480