[wpt-sync] Sync PR 21489 - Add interfaces/permissions-revoke.idl and test
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21489 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21489
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Add interfaces/permissions-revoke.idl and test
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 45 tests
Status Summary
Firefox
OK : 2
PASS: 8[GitHub] 51[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 6
Chrome
OK : 2
PASS: 14
Safari
OK : 2
PASS: 8
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/permissions-revoke/idlharness.any.html
Permissions interface: operation revoke(object): FAIL (Chrome: PASS, Safari: FAIL)
Permissions interface: navigator.permissions must inherit property "revoke(object)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Permissions interface: calling revoke(object) on navigator.permissions with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
/permissions-revoke/idlharness.any.worker.html
Permissions interface: operation revoke(object): FAIL (Chrome: PASS, Safari: FAIL)
Permissions interface: navigator.permissions must inherit property "revoke(object)" with the proper type: FAIL (Chrome: PASS, Safari: FAIL)
Permissions interface: calling revoke(object) on navigator.permissions with too few arguments must throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d72f97bcd4ef
https://hg.mozilla.org/mozilla-central/rev/93e9d045a80f
Description
•