Closed
Bug 1685746
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 27105 - Fix typo in digest.js
Categories
(Core :: DOM: Security, task, P4)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 27105 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27105
Details from upstream follow.
b'Yacine Hmito <yacinehmito@users.noreply.github.com>' wrote:
Fix typo in digest.js
An assertion references
alg
, but the variable is not defined in the scope it is used.
Replacing it with the intended one, which isbadName
.
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM: Security
Product: Testing → Core
Updated•4 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d48cb261532703b7056f94816212e957428e6936
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 80 subtests
Status Summary
Firefox
OK : 2
PASS: 160
Chrome
OK : 2
PASS: 160
Safari
OK : 2
PASS: 160
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/70a54f785e37
[wpt PR 27105] - Fix typo in digest.js, a=testonly
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dfb109ed7c96
[wpt PR 27105] - Fix typo in digest.js, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f56eb459209c
[wpt PR 27105] - Fix typo in digest.js, a=testonly
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/388ed796cbda
[wpt PR 27105] - Fix typo in digest.js, a=testonly
Comment 7•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•