mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
This allows the Notification object to be created in javascript without any additional functionalities. It passes two wpt tests which require a call to the notification constructor with no arguments. https://wpt.live/notifications/constructor-basic.https.html https://wpt.live/notifications/constructor-invalid.https.html
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
Harness status: OK
|
|
|
|
Found 3 tests
|
|
|
|
1 Pass
|
|
2 Fail
|
|
Pass Called the notification constructor with one argument.
|
|
Fail Constructing a notification without a NotificationOptions defaults to null.
|
|
Fail constructing a notification with a NotificationOptions dictionary correctly sets and reflects the silent attribute. |