Closed
Bug 1731260
Opened 3 years ago
Closed 3 years ago
racy `setHTML` property, in test_sanitizer_api mochitest
Categories
(Core :: DOM: Security, defect, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: freddy, Assigned: freddy)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
Whether an element has the setHTML
function depends on timing between the pref flip and the element creation. Fixing the race by creating another element, but later.
Updated•3 years ago
|
Priority: -- → P2
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by fbraun@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/93cdafb04453
fix race in test_sanitizer_api mochitest r=ckerschb
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•