aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-electron_spec_api-subframe-spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron29/files/patch-electron_spec_api-subframe-spec.ts')
-rw-r--r--devel/electron29/files/patch-electron_spec_api-subframe-spec.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron29/files/patch-electron_spec_api-subframe-spec.ts b/devel/electron29/files/patch-electron_spec_api-subframe-spec.ts
new file mode 100644
index 000000000000..87352017d992
--- /dev/null
+++ b/devel/electron29/files/patch-electron_spec_api-subframe-spec.ts
@@ -0,0 +1,11 @@
+--- electron/spec/api-subframe-spec.ts.orig 2023-12-04 18:19:02 UTC
++++ electron/spec/api-subframe-spec.ts
+@@ -215,7 +215,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;