[wpt-sync] Sync PR 21015 - Web Cryptography: better insecure context coverage
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 21015 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21015
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
Web Cryptography: better insecure context coverage
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 42 tests
Status Summary
Firefox
OK : 3
PASS : 2[['GitHub']] 41[[u'Gecko-android-em-7.0-x86_64-debug-geckoview', u'Gecko-android-em-7.0-x86_64-opt-geckoview', u'Gecko-linux64-asan-opt', u'Gecko-linux64-debug', u'Gecko-linux64-opt', u'Gecko-linux64-qr-debug', u'Gecko-linux64-qr-opt', u'Gecko-windows10-64-debug', u'Gecko-windows10-64-opt', u'Gecko-windows10-64-qr-debug', u'Gecko-windows10-64-qr-opt', u'Gecko-windows7-32-debug', u'Gecko-windows7-32-opt']]
FAIL : 7
Chrome
OK : 3
PASS : 3
FAIL : 6
Safari
OK : 2
FAIL : 6
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/WebCryptoAPI/historical.any.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS, Safari: FAIL)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL, Safari: FAIL)
Non-secure context window does not have access to CryptoKey: FAIL (Chrome: FAIL, Safari: FAIL)
/WebCryptoAPI/historical.any.worker.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS, Safari: FAIL)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL, Safari: FAIL)
/WebCryptoAPI/historical.any.sharedworker.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL)
| Assignee | ||
Comment 4•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 42 tests
Status Summary
Firefox
OK : 3
PASS : 2[['GitHub']] 41[[u'Gecko-android-em-7.0-x86_64-debug-geckoview', u'Gecko-android-em-7.0-x86_64-opt-geckoview', u'Gecko-linux64-asan-opt', u'Gecko-linux64-debug', u'Gecko-linux64-opt', u'Gecko-linux64-qr-debug', u'Gecko-linux64-qr-opt', u'Gecko-windows10-64-debug', u'Gecko-windows10-64-opt', u'Gecko-windows10-64-qr-debug', u'Gecko-windows10-64-qr-opt', u'Gecko-windows7-32-debug', u'Gecko-windows7-32-opt']]
FAIL : 7
Chrome
OK : 3
PASS : 3
FAIL : 6
Safari
OK : 2
FAIL : 6
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/WebCryptoAPI/historical.any.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS, Safari: FAIL)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL, Safari: FAIL)
Non-secure context window does not have access to CryptoKey: FAIL (Chrome: FAIL, Safari: FAIL)
/WebCryptoAPI/historical.any.worker.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS, Safari: FAIL)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL, Safari: FAIL)
/WebCryptoAPI/historical.any.sharedworker.html
Non-secure context window does not have access to crypto.subtle: FAIL (Chrome: PASS)
Non-secure context window does not have access to SubtleCrypto: FAIL (Chrome: FAIL)
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a715390c7e1c
https://hg.mozilla.org/mozilla-central/rev/4d5bd6599979
Description
•