aboutsummaryrefslogtreecommitdiff
path: root/devel/electron28/files/patch-electron_spec_webview-spec.ts
blob: 2376dcf1365e13a60a0c0199af5c6322be1280d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- electron/spec/webview-spec.ts.orig	2023-12-04 18:19:02 UTC
+++ electron/spec/webview-spec.ts
@@ -530,7 +530,7 @@ describe('<webview> tag', function () {
     });
 
     // FIXME(zcbenz): Fullscreen events do not work on Linux.
-    ifit(process.platform !== 'linux')('exiting fullscreen should unfullscreen window', async () => {
+    ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('exiting fullscreen should unfullscreen window', async () => {
       const [w, webview] = await loadWebViewWindow();
       const enterFullScreen = once(w, 'enter-full-screen');
       await webview.executeJavaScript('document.getElementById("div").requestFullscreen()', true);