Bug 61757
Summary: | svg/zoom/page/zoom-svg-through-object-with-text.xhtml is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aroben, rwlbuis, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Kent Tamura
zoom-svg-through-object-with-text.xhtml added in http://trac.webkit.org/changeset/87526 is flaky.
On Snow Leopard, it sometimes fails as follows:
--- /tmp/layout-test-results/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt 2011-05-31 10:55:50.000000000 +0900
+++ /tmp/layout-test-results/svg/zoom/page/zoom-svg-through-object-with-text-actual.txt 2011-05-31 10:55:50.000000000 +0900
@@ -9,7 +9,7 @@
layer at (0,0) size 59x13
RenderSVGRoot {svg} at (0,0) size 59x13
RenderSVGPath {rect} at (0,0) size 59x13 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=59.00] [height=13.00]
- RenderSVGPath {circle} at (25,2) size 9x9 [fill={[type=SOLID] [color=#0000FF]}] [cx=29.50] [cy=6.50] [r=4.27]
+ RenderSVGPath {circle} at (29,2) size 12x11 [fill={[type=SOLID] [color=#0000FF]}] [cx=29.50] [cy=6.50] [r=4.27]
RenderSVGText {text} at (5,2) size 29x18 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 29x18
chunk 1 text run 1 at (5.00,16.00) startOffset 0 endOffset 4 width 29.00: "Text"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
Skipped on Mac: http://trac.webkit.org/changeset/87705
Adam Roben (:aroben)
*** This bug has been marked as a duplicate of bug 63186 ***