Bug 78673
Summary: | [GTK] svg/animations/animate-text-nested-transforms.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, zan, zimmermann |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
Since r107682 it seems. Diff is consistent between 32 and 64-bit:
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/svg/animations/animate-text-nested-transforms-expected.txt
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/svg/animations/animate-text-nested-transforms-actual.txt
@@ -6,8 +6,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rootSVGElement.getBBox().x is 118.65
-PASS rootSVGElement.getBBox().y is -161.03
+FAIL rootSVGElement.getBBox().x should be close to 118.65. Was 117.64535522460938.
+FAIL rootSVGElement.getBBox().y should be close to -161.03. Was -164.04122924804688.
PASS rootSVGElement.getBBox().x is 366.89
PASS rootSVGElement.getBBox().y is 549.93
PASS successfullyParsed is true
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
I landed a potential fix in r107791.
Chromium is also affected by this, I'm still waiting for cr-linux results, so I can see whats going on there as well.
Nikolas Zimmermann
For CR, its worse, it sometimes says -153 as rootSVGElement.getBBox().y() - this needs debugging on one of these platforms - for me the results are very stable :(
Philippe Normand
Still fails on GTK :(