summaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-electron_spec_api-subframe-spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-electron_spec_api-subframe-spec.ts')
-rw-r--r--devel/electron33/files/patch-electron_spec_api-subframe-spec.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-electron_spec_api-subframe-spec.ts b/devel/electron33/files/patch-electron_spec_api-subframe-spec.ts
deleted file mode 100644
index 20c45287ac27..000000000000
--- a/devel/electron33/files/patch-electron_spec_api-subframe-spec.ts
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/spec/api-subframe-spec.ts.orig 2024-10-09 13:53:06 UTC
-+++ electron/spec/api-subframe-spec.ts
-@@ -218,7 +218,7 @@ describe('renderer nodeIntegrationInSubFrames', () =>
- });
-
- // app.getAppMetrics() does not return sandbox information on Linux.
--ifdescribe(process.platform !== 'linux')('cross-site frame sandboxing', () => {
-+ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('cross-site frame sandboxing', () => {
- let server: http.Server;
- let crossSiteUrl: string;
- let serverUrl: string;