Bug 156621

Summary: [GTK] Test /webkit2/WebKitWebView/mouse-target fails with overlay scrollbars
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, lforschler
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2016-04-15 00:16:05 PDT
This is a problem of the test itself, we are using an overflow that is not actually scrollable, but that shows scrollbar troughs when not using overlay scrollbars because it's marked as scrollable. It would be easier to simply use the main frame scrollbars to test that and it will work no matter of scrollbars are overlay or not.
Comment 1 Carlos Garcia Campos 2016-04-15 00:18:50 PDT
Created attachment 276465 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-04-18 00:40:18 PDT
Committed r199653: <http://trac.webkit.org/changeset/199653>