12020-04-22 Jer Noble <jer.noble@apple.com>
2
3 REGRESSION (r260278): TestWebKitAPI.Fullscreen.Delegate is timing out on macOS bots
4 https://bugs.webkit.org/show_bug.cgi?id=210676
5 <rdar://problem/61953702>
6
7 Reviewed by NOBODY (OOPS!).
8
9 A number of API tests modify the WKWebViewConfiguration after calling -[WKWebView initWithFrame:configuration:], which
10 could be a source of failures or flakiness. Update these tests to set those configuration values before passing the
11 configuration to WKWebView.
12
13 * TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm:
14 (TestWebKitAPI::TEST):
15 * TestWebKitAPI/Tests/WebKitCocoa/FullscreenDelegate.mm:
16 (TestWebKitAPI::TEST):
17 * TestWebKitAPI/Tests/WebKitCocoa/FullscreenLayoutConstraints.mm:
18 (TestWebKitAPI::TEST):
19 * TestWebKitAPI/Tests/WebKitCocoa/PictureInPictureDelegate.mm:
20 (TestWebKitAPI::TEST):
21 * TestWebKitAPI/Tests/WebKitCocoa/TopContentInset.mm:
22 (TestWebKitAPI::TEST):
23