Closed
Bug 1769437
Opened 3 years ago
Closed 1 year ago
browser_userContextId_openWindow.js fails
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: mccr8, Assigned: saschanaz)
References
Details
Attachments
(1 file)
dom/serviceworkers/test/browser_userContextId_openWindow.js fails when run with the following failure:
FAIL New tab has UCI equal 3 - Got "3", expected 3
Under some condition, a property is being set as a string when we expect it to be an integer.
I don't know if the test is wrong or the behavior is wrong. This failure doesn't show up because it isn't run if serviceworker_e10s is true, and it is always true (except in verify mode, sometimes, for some reason, which I filed bug 1769436 about).
Updated•3 years ago
|
Severity: -- → S4
Priority: -- → P3
| Assignee | ||
Comment 1•1 year ago
|
||
I don't know how it returned a number before, but in 2024 newTab is an Element where getAttribute() is expected to only return a string.
Updated•1 year ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b86a4e395d5d
Adjust to expect a string attribute r=asuth
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•