Closed
Bug 1502523
Opened 7 years ago
Closed 7 years ago
browser.xhtml: browser/base/content/test/general/browser_tabfocus.js fails
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(1 file)
This is because of the `instanceof XULDocument` check.
Assignee | ||
Comment 1•7 years ago
|
||
For browser.xhtml activeElement was modified to match the behavior of
XUL documents. For now, change the test to match the special case in the
activeElement code.
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4635d0d49b7f
Account for different activeElement behavior in test. r=Gijs
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•