diff options
Diffstat (limited to 'devel/electron39/files/patch-electron_spec_spellchecker-spec.ts')
| -rw-r--r-- | devel/electron39/files/patch-electron_spec_spellchecker-spec.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-electron_spec_spellchecker-spec.ts b/devel/electron39/files/patch-electron_spec_spellchecker-spec.ts new file mode 100644 index 000000000000..81f9e711726c --- /dev/null +++ b/devel/electron39/files/patch-electron_spec_spellchecker-spec.ts @@ -0,0 +1,11 @@ +--- electron/spec/spellchecker-spec.ts.orig 2025-12-04 05:13:33 UTC ++++ electron/spec/spellchecker-spec.ts +@@ -89,7 +89,7 @@ ifdescribe(features.isBuiltinSpellCheckerEnabled())('s + }); + + // Context menu test can not run on Windows or Linux (https://github.com/electron/electron/pull/48657 broke linux). +- const shouldRun = process.platform !== 'win32' && process.platform !== 'linux'; ++ const shouldRun = process.platform !== 'win32' && process.platform !== 'linux' && process.platform !== 'freebsd'; + + ifit(shouldRun)('should detect correctly spelled words as correct', async () => { + await w.webContents.executeJavaScript('document.body.querySelector("textarea").value = "typography"'); |
