[Webkit-unassigned] [Bug 245727] [ New Test ] (254620 at main): [ Monterey wk2 ] imported/w3c/web-platform-tests/notifications/idlharness.https.any.sharedworker.html is a consistent failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 08:12:09 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245727

--- Comment #4 from Chris Dumez <cdumez at apple.com> ---
This feature is only available on macOS 13+ so this just needs a platform-specific baseline:
```
#if ENABLE(SERVICE_WORKER) && ENABLE(NOTIFICATIONS) \
    && ((PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 130000) || (PLATFORM(GTK) || PLATFORM(WPE)))
#if !defined(ENABLE_NOTIFICATION_EVENT)
#define ENABLE_NOTIFICATION_EVENT 1
#endif
#endif
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220927/7ef7aa83/attachment.htm>


More information about the webkit-unassigned mailing list