Bug 110090
Summary: | REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on GTK, Qt | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | 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 |
Zan Dobersek
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Emil A Eklund
Thanks.
We should really try to get all ports to enable subpixel. Having to support both is getting old.
Claudio Saavedra
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.
Claudio Saavedra
Committed r219868: <http://trac.webkit.org/changeset/219868>