Summary: | [GTK] http/tests/notifications/notification.html is crashing when notification permission is granted | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=245294 |
Description
Chris Dumez
2022-09-17 15:13:10 PDT
Likely related to 253460@main You need to call `testRunner.grantWebNotificationPermission(self.origin);` at the beginning of the test to trigger this. I am adding `testRunner.grantWebNotificationPermission(self.origin);` to testharnessreport.js in my patch and I am pretty sure this is what introduced the crashes. |