Closed
Bug 1789018
Opened 2 years ago
Closed 2 years ago
browser_promise_userInteractionHandling.html calls "is" but that's undefined
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | wontfix |
firefox104 | --- | wontfix |
firefox105 | --- | wontfix |
firefox106 | --- | fixed |
People
(Reporter: mccr8, Assigned: arai)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I noticed this in the log spam today:
0:10.65 GECKO(54457) JavaScript error: http://mochi.test:8888/browser/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html, line 12: ReferenceError: is is not defined
I think this means that the checks in browser_promise_userInteractionHandling.html aren't doing anything, because "is" is not defined on the HTML global in a Mochitest Browser Chrome.
Flags: needinfo?(arai.unmht)
Reporter | ||
Comment 1•2 years ago
|
||
I'll mark the regression, but the test is pretty old.
Keywords: regression
Regressed by: 1732953
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1732953
status-firefox104:
--- → affected
status-firefox105:
--- → affected
status-firefox106:
--- → affected
status-firefox-esr102:
--- → affected
status-firefox-esr91:
--- → unaffected
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
The test is performed inside browser_promise_userInteractionHandling.js
Updated•2 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c2ef22f84865
Remove unused code from browser_promise_userInteractionHandling.html. r=yulia
Updated•2 years ago
|
Flags: needinfo?(arai.unmht)
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•