Bug 76831
Summary: | [GTK] Flaky SVG tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | krit, mrobinson, zan, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
svg/custom/junk-data.svg:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/custom/junk-data-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/custom/junk-data-actual.txt
@@ -1,5 +1,5 @@
-layer at (0,0) size 784x778
- RenderView at (0,0) size 784x600
+layer at (0,0) size 792x778
+ RenderView at (0,0) size 784x584
layer at (0,0) size 784x778
RenderBlock {html} at (0,0) size 784x778
RenderBody {body} at (8,16) size 768x754
svg/custom/missing-xlink.svg:
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/custom/missing-xlink-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/svg/custom/missing-xlink-actual.txt
@@ -1,5 +1,5 @@
-layer at (0,0) size 784x778
- RenderView at (0,0) size 784x600
+layer at (0,0) size 792x778
+ RenderView at (0,0) size 784x584
layer at (0,0) size 784x778
RenderBlock {html} at (0,0) size 784x778
RenderBody {body} at (8,16) size 768x754
svg/custom/use-font-face-crash.svg:
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/svg/custom/use-font-face-crash-expected.txt
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/svg/custom/use-font-face-crash-actual.txt
@@ -1,5 +1,5 @@
-layer at (0,0) size 792x778
- RenderView at (0,0) size 784x584
+layer at (0,0) size 784x778
+ RenderView at (0,0) size 784x600
layer at (0,0) size 784x778
RenderBlock {html} at (0,0) size 784x778
RenderBody {body} at (8,16) size 768x754
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
This looks like changes related to scrollbars appearing. :(
Nikolas Zimmermann
Is this still valid?
Philippe Normand
(In reply to comment #2)
> Is this still valid?
Yes, svg/custom/use-font-face-crash.svg still failing a lot here.
The 2 others fail as well but less frequently :)
Zan Dobersek
The tests are consistently passing so their expectations were removed in http://trac.webkit.org/changeset/120476. Closing the bug.