Bug 52414
| Summary: | [Chromium] Disabled scrollbars are not rendered in the same way as the Mac port | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mihai Parparita <mihaip> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | dglazkov, schenney |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | All | ||
Mihai Parparita
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mihai Parparita
For now I've added failing expectations in http://trac.webkit.org/changeset/75757. Think I should just rebaseline?
Stephen Chenney
Test related bugs being marked WontFix. TestExpectations will contain bug if still relevant.