Bug 110090 - REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on GTK, Qt
Summary: REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-02-18 01:23 PST by Zan Dobersek
Modified: 2017-07-25 06:22 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>