RESOLVED WONTFIX52414
[Chromium] Disabled scrollbars are not rendered in the same way as the Mac port
https://bugs.webkit.org/show_bug.cgi?id=52414
Summary [Chromium] Disabled scrollbars are not rendered in the same way as the Mac port
Mihai Parparita
Reported 2011-01-13 17:06:11 PST
The following tests fail with pixel diffs: fast/body-propagation/overflow/001-xhtml.xhtml fast/body-propagation/overflow/001.html fast/body-propagation/overflow/005-declarative.xhtml fast/body-propagation/overflow/005-xhtml.xhtml fast/body-propagation/overflow/005.html fast/overflow/006.html fast/overflow/overflow-x-y.html They all have at least one scrollbar that's disabled (it's displayed and in the foreground, but there's nothing to scroll). It appears that this is another difference between HITheme and NSScroller-based rendering. The WebThemeEngine mechanism introduced by http://trac.webkit.org/changeset/74581, http://crrev.com/70278 and http://trac.webkit.org/changeset/74821 could in theory be extended to scrollbar tracks to allow them to be rendered in a consistent manner by WebThemeEngineDRTMac, but it may not be worth it for 6 tests.
Attachments
Mihai Parparita
Comment 1 2011-01-13 17:16:45 PST
For now I've added failing expectations in http://trac.webkit.org/changeset/75757. Think I should just rebaseline?
Stephen Chenney
Comment 2 2013-04-11 13:14:21 PDT
Test related bugs being marked WontFix. TestExpectations will contain bug if still relevant.
Note You need to log in before you can comment on or make changes to this bug.