[Webkit-unassigned] [Bug 193630] New: REGRESSION(r240174): [GTK] Layout test fast/images/image-map-outline-in-positioned-container.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 14:38:48 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193630

            Bug ID: 193630
           Summary: REGRESSION(r240174): [GTK] Layout test
                    fast/images/image-map-outline-in-positioned-container.
                    html is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, dbates at webkit.org

Layout test fast/images/image-map-outline-in-positioned-container.html is failing for GTK since r240174 "CSS auto focus-ring outlines don't render on iOS". The autofocus is no longer rendered:

https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r240208%20(9437)/fast/images/image-map-outline-in-positioned-container-diffs.html

I think the problem is in RenderImage::paintAreaElementFocusRing. Here some code that used to be cross-platform was changed to be Cocoa-specific by moving it inside the Cocoa-specific ENABLE(FULL_KEYBOARD_ACCESS) guard. I'm not sure what the right guard would be here, but perhaps !PLATFORM(IOS_FAMILY) || ENABLE(FULL_KEYBOARD_ACCESS) would do the trick.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190120/5d0dd80e/attachment.html>


More information about the webkit-unassigned mailing list