diff options
Diffstat (limited to 'testing/web-platform/tests/notifications/historical.any.js')
-rw-r--r-- | testing/web-platform/tests/notifications/historical.any.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/tests/notifications/historical.any.js b/testing/web-platform/tests/notifications/historical.any.js new file mode 100644 index 0000000000..fe5f3e9059 --- /dev/null +++ b/testing/web-platform/tests/notifications/historical.any.js @@ -0,0 +1,3 @@ +test(() => { + assert_equals(Notification.get, undefined); +}, "Notification.get is obsolete"); |