Skip to content

Commit

Permalink
Unreviewed, revert 265981@main
Browse files Browse the repository at this point in the history
The fix made several other tests fail.

* LayoutTests/platform/wpe/TestExpectations:
* Source/WebKit/UIProcess/Gamepad/libwpe/UIGamepadProviderLibWPE.cpp:
(WebKit::UIGamepadProvider::platformWebPageProxyForGamepadInput):

Canonical link: https://commits.webkit.org/266175@main
  • Loading branch information
dpino committed Jul 20, 2023
1 parent 392584f commit b64ff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions LayoutTests/platform/wpe/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,8 @@ webkit.org/b/238885 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_key
webkit.org/b/258163 fast/css3-text/css3-text-justify/text-justify-last-line-simple-line-layout.html [ ImageOnlyFailure ]
webkit.org/b/258166 fast/inline/hyphen-across-renderers.html [ ImageOnlyFailure ]

webkit.org/b/259104 gamepad/gamepad-visibility-1.html [ Failure ]

imported/w3c/web-platform-tests/html/cross-origin-opener-policy/iframe-popup-unsafe-none-to-same-origin.https.html?5-6 [ Failure ]
imported/w3c/web-platform-tests/pointerevents/pointerevent_movementxy.html?mouse [ Failure ]
imported/w3c/web-platform-tests/pointerevents/pointerlock/pointerevent_pointerrawupdate_in_pointerlock.html [ Failure ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ void UIGamepadProvider::platformSetDefaultGamepadProvider()

WebPageProxy* UIGamepadProvider::platformWebPageProxyForGamepadInput()
{
if (GamepadProvider::singleton().isMockGamepadProvider())
return nullptr;

#if PLATFORM(WPE)
return WKWPE::View::platformWebPageProxyForGamepadInput();
#else
Expand Down

0 comments on commit b64ff89

Please sign in to comment.