diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/installedapp | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/installedapp')
3 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/installedapp/__dir__.ini b/testing/web-platform/meta/installedapp/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/installedapp/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/installedapp/idlharness.https.window.js.ini b/testing/web-platform/meta/installedapp/idlharness.https.window.js.ini new file mode 100644 index 0000000000..8d0f343770 --- /dev/null +++ b/testing/web-platform/meta/installedapp/idlharness.https.window.js.ini @@ -0,0 +1,7 @@ +[idlharness.https.window.html] + [Navigator interface: operation getInstalledRelatedApps()] + expected: FAIL + + [Navigator interface: navigator must inherit property "getInstalledRelatedApps()" with the proper type] + expected: FAIL + diff --git a/testing/web-platform/meta/installedapp/installedapp.https.window.js.ini b/testing/web-platform/meta/installedapp/installedapp.https.window.js.ini new file mode 100644 index 0000000000..c2245d873e --- /dev/null +++ b/testing/web-platform/meta/installedapp/installedapp.https.window.js.ini @@ -0,0 +1,7 @@ +[installedapp.https.window.html] + [Calling getInstalledrelatedApps from an iframe fails] + expected: FAIL + + [Check calling getInstalledRelatedApps works as expected] + expected: FAIL + |