diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/badging/idlharness.https.any.js.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/badging/idlharness.https.any.js.ini b/testing/web-platform/meta/badging/idlharness.https.any.js.ini new file mode 100644 index 0000000000..57f9255d23 --- /dev/null +++ b/testing/web-platform/meta/badging/idlharness.https.any.js.ini @@ -0,0 +1,32 @@ +[idlharness.https.any.html] + [Navigator interface: navigator must inherit property "clearAppBadge()" with the proper type] + expected: FAIL + + [Navigator interface: operation clearAppBadge()] + expected: FAIL + + [Navigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError] + expected: FAIL + + [Navigator interface: operation setAppBadge(optional unsigned long long)] + expected: FAIL + + [Navigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type] + expected: FAIL + + +[idlharness.https.any.worker.html] + [WorkerNavigator interface: navigator must inherit property "clearAppBadge()" with the proper type] + expected: FAIL + + [WorkerNavigator interface: operation clearAppBadge()] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "setAppBadge(optional unsigned long long)" with the proper type] + expected: FAIL + + [WorkerNavigator interface: calling setAppBadge(optional unsigned long long) on navigator with too few arguments must throw TypeError] + expected: FAIL + + [WorkerNavigator interface: operation setAppBadge(optional unsigned long long)] + expected: FAIL |