Push, check and radio buttons.
Created attachment 390256 [details] Patch
Comment on attachment 390256 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390256&action=review I left just a small comment, otherwise LGTM :) > Source/WebCore/platform/wpe/RenderThemeWPE.cpp:54 > +static const int menuListButtonBorderSize = 1; // Keep in sync with buttonBorderSize in Theme. I would also add a similar comment inside “ThemeWPE.cpp” warning “Keep in sync with menuListButtonBorderSize in RenderTheme” so no matter which file one is editing, there's always a note to ensure that the other one is kept in sync =)
Committed r256726: <https://trac.webkit.org/changeset/256726>