Bug 110090

Summary: REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on GTK, Qt
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, bugs-noreply, csaavedra, eae, jturcotte, kadam, ossy, zarvai
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Zan Dobersek 2013-02-18 01:23:11 PST
The fast/events/clientXY-in-zoom-and-scroll.html layout test is failing on GTK and Qt port, most likely after r143068.
http://trac.webkit.org/changeset/143068

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=fast%2Fevents%2FclientXY-in-zoom-and-scroll.html

Probably failing due to subpixel layout not enabled on those two ports.
Comment 1 Emil A Eklund 2013-02-19 18:45:38 PST
Thanks.

We should really try to get all ports to enable subpixel. Having to support both is getting old.
Comment 2 Claudio Saavedra 2017-07-24 09:44:20 PDT
I was checking at the WPE failure and I noticed that the test takes into account that subpixel support might not be available, so it should be a matter of adding a new expectation to GTK+ as well.
Comment 3 Claudio Saavedra 2017-07-25 06:22:25 PDT
Committed r219868: <http://trac.webkit.org/changeset/219868>