| Summary: | [GTK] REGRESSION(r267398): several hidpi tests are failing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||
| Component: | New Bugs | Assignee: | Lauro Moura <lmoura> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aperez, lmoura, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Diego Pino
2020-09-22 09:24:16 PDT
Also: fast/hidpi/image-set-gradient-multi.html [ ImageOnlyFailure ] fast/hidpi/image-set-gradient.html [ ImageOnlyFailure ] These other tests also started failing in r267398: fast/dom/HTMLImageElement/sizes/image-sizes-2x.html [ Failure ] fast/dom/HTMLImageElement/sizes/image-sizes-js-change.html [ Failure ] fast/events/mouse-cursor-image-set.html [ Failure http/tests/loading/sizes/preload-image-sizes-2x.html [ Failure ] Created attachment 409386 [details]
Patch
Comment on attachment 409386 [details] Patch Thanks for submitting this… View in context: https://bugs.webkit.org/attachment.cgi?id=409386&action=review > Source/WebKit/UIProcess/WebPageProxy.cpp:-3758 > -#if USE(CAIRO) && !HAVE(CAIRO_SURFACE_SET_DEVICE_SCALE) Ouch, I feel silly for missing this in r267398 — I checked my shell history and it turns out that I grepped around for HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE instead of just CAIRO_SURFACE_SET_DEVICE_SCALE 🤦️ Committed r267431: <https://trac.webkit.org/changeset/267431> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409386 [details]. |