This test is timing out because it's trying to simulate a long press on a unparented WKWebView. After r237331, you can't interact with an unparented WKWebView via gesture recognizers. It's extremely unclear why presenting the TestWKWebViewController on the root view controller in the navigation controller doesn't parent it, but it doesn't; the view hierarchy stops at the root view controller's view. I'm going to disable the test for now since this is clearly a test infrastructure problem, and I'll enlist Wenson's help to repair it.
Test disabled in https://trac.webkit.org/changeset/237407/webkit
(In reply to Tim Horton from comment #0) > This test is timing out because it's trying to simulate a long press on a > unparented WKWebView. > > After r237331, you can't interact with an unparented WKWebView via gesture > recognizers. > > It's extremely unclear why presenting the TestWKWebViewController on the > root view controller in the navigation controller doesn't parent it, but it > doesn't; the view hierarchy stops at the root view controller's view. Strange indeed. I wonder if this is due to TestWebKitAPI not being a UI application... > > I'm going to disable the test for now since this is clearly a test > infrastructure problem, and I'll enlist Wenson's help to repair it.