Bug 60716
Summary: | Need a way to test overlay scrollbars in DumpRenderTree | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bdakin, cgarcia, jamesr, simon.fraser |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 |
Adam Roben (:aroben)
There's currently no way to test overlay scrollbars in DumpRenderTree. We should add a way to test them so that we can test all this awesome overlay scrollbar code we have!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/9428805>
Simon Fraser (smfr)
Currently the mock scrollbar theme clobbers internals.setUseOverlayScrollbars(true). When I tried to fix that I got crashes sending messages to invalid NSScrollerImp objects. But we should try to fix that!
Carlos Garcia Campos
In bug #153479, I implemented ScrollbarThemeMock::usesOverlayScrollbars() and updated the expectations of compositing/overflow/overflow-scrollbar-layer-positions.html