Since r257299 the focus ring rendered by the theme has a different color and uses rounded corners. This is causing fast/images/image-map-outline-in-positioned-container.html to fail now, see https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r257556%20(12780)/fast/images/image-map-outline-in-positioned-container-diffs.html
Created attachment 391846 [details] Patch
Comment on attachment 391846 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391846&action=review Patch LGTM but there is a typo that is breaking the other ports (see below). That needs to be fixed before landing, hence the cq-. > Source/WebCore/html/HTMLAreaElement.cpp:140 > + return TWF::nullopt; s/TWF/WTF
I've realized that we were indeed honoring the outline color in css before in GTK. I'm not entirely happy with using rounded corners for image map outline only when using rectangle areas. So, I think we can just mark the test as image only failure for now.