Closed
Bug 1744993
Opened 4 years ago
Closed 4 years ago
Avoid leaving about:robots in the current tab at the end of browser chrome mochitests
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
In bug 1742842 I would like to start automatically detecting when vSync remains enabled at the end of browser chrome mochitests. I've noticed that a few tests fail this check because they load about:robots (which has an animated favicon) in the tab that remains at the end of the test.
Changing these tests to use about:mozilla instead (both about:robots and about:mozilla are pages loaded in the parent process) avoids them being caught by my new check.
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D132055
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/61c499937d7d
avoid leaving about:robots open at the end of browser-chrome mochitests, r=Gijs.
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•