Open
Bug 1769437
Opened 11 months ago
Updated 10 months ago
browser_userContextId_openWindow.js fails
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
Details
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•10 months ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•