[WinCairo WK2] fast/events/mouse-click-events.html is timing out fast/events/mouse-click-events.html [ Timeout ] WinCairo WK1 passes the test. WinCairo WK1 hooks the context menu with UIDelegate::trackCustomPopupMenu and prevents the context menu. WinCairo WK2 is using TrackPopupMenuEx API to show the context menu in WebContextMenuProxyWin::showContextMenuWithItems. Because TrackPopupMenuEx API is blocking, the context menu can't be closed by sending ESC key.
r292194 marked it Skip.