Bug 61664 - [Chromium] new SVG zoom tests have extra scrollbars in r87526
Summary: [Chromium] new SVG zoom tests have extra scrollbars in r87526
Status: RESOLVED DUPLICATE of bug 63186
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 13:50 PDT by Adam Klein
Modified: 2011-06-22 14:46 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Klein 2011-05-27 13:50:27 PDT
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
Comment 1 John Knottenbelt 2011-06-01 06:45:13 PDT
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
Comment 2 Ryosuke Niwa 2011-06-09 02:35:31 PDT
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
Comment 3 Nikolas Zimmermann 2011-06-09 02:41:47 PDT
I found a potential race condition, which may be related. I'll update this once I have a real fix.
Comment 5 Nikolas Zimmermann 2011-06-14 10:35:34 PDT
(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...
Comment 6 Ryosuke Niwa 2011-06-14 10:40:15 PDT
(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?
Comment 7 Adam Roben (:aroben) 2011-06-22 14:46:17 PDT

*** This bug has been marked as a duplicate of bug 63186 ***