Bug 61664
Summary: | [Chromium] new SVG zoom tests have extra scrollbars in r87526 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Klein <adamk> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aroben, dglazkov, jamesr, jknotten, rniwa, rwlbuis, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adam Klein
See output:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-absolute-size-2.xhtml%2Csvg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-absolute-size.xhtml%2Csvg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-huge-size.xhtml%2Csvg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-override-size.html%2Csvg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-percentage-size.xhtml%2Csvg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-text.xhtml&showExpectations=true&group=%40ToT%20-%20chromium.org
Affected tests:
svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml = IMAGE+TEXT
svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml = IMAGE+TEXT
svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = IMAGE+TEXT
svg/zoom/page/zoom-svg-through-object-with-override-size.html = IMAGE+TEXT
svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = IMAGE+TEXT
svg/zoom/page/zoom-svg-through-object-with-text.xhtml = IMAGE+TEXT
svg/zoom/page/relative-sized-document-scrollbars.svg = IMAGE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Knottenbelt
I'm also seeing some flakiness with these tests, at least with:
svg/zoom/page/zoom-svg-through-object-with-override-size.html
svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml
Ryosuke Niwa
It seems like svg/zoom/page/relative-sized-document-scrollbars.svg is only failing on Linux?
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fzoom%2Fpage%2Frelative-sized-document-scrollbars.svg&group=%40ToT%20-%20chromium.org
Nikolas Zimmermann
I found a potential race condition, which may be related. I'll update this once I have a real fix.
Dimitri Glazkov (Google)
The tests that pass are flaky. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-huge-size.xhtml.
Nikolas Zimmermann
(In reply to comment #4)
> The tests that pass are flaky. See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=svg%2Fzoom%2Fpage%2Fzoom-svg-through-object-with-huge-size.xhtml.
If my theory is correct, patch at bug 15849 fixes the problem...
Ryosuke Niwa
(In reply to comment #5)
> If my theory is correct, patch at bug 15849 fixes the problem...
Is it possible to extract the part that fixes race condition to post a separate patch since your patch for the bug 15849 is really big?
Adam Roben (:aroben)
*** This bug has been marked as a duplicate of bug 63186 ***