diff options
Diffstat (limited to 'dom/tests/mochitest/notification/mochitest.ini')
-rw-r--r-- | dom/tests/mochitest/notification/mochitest.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/tests/mochitest/notification/mochitest.ini b/dom/tests/mochitest/notification/mochitest.ini new file mode 100644 index 000000000..c0de5ed46 --- /dev/null +++ b/dom/tests/mochitest/notification/mochitest.ini @@ -0,0 +1,10 @@ +[DEFAULT] + +support-files = + MockServices.js + NotificationTest.js + +[test_notification_basics.html] +[test_notification_storage.html] +[test_bug931307.html] +skip-if = (os == 'android') # Bug 1258975 on android. |