Open Bug 1769008 Opened 3 years ago Updated 3 years ago

browser_restored_window_features.js can't run in headless mode

Categories

(Core :: Widget, defect, P3)

defect

Tracking

()

Tracking Status
firefox-esr91 --- unaffected
firefox100 --- wontfix
firefox101 --- wontfix
firefox102 --- fix-optional

People

(Reporter: farre, Unassigned)

References

(Regression)

Details

(Keywords: regression)

When running ./mach mochitest --headless browser/components/sessionstore/test/browser_restored_window_features.js this test times out for:

    {
      chrome: true,
      url: "http://example.com/browser/" + DUMMY_PAGE,
      features: "chrome,all,dialog=no,alwaysraised,dependent",
      barprops: ALL_BARPROPS,
      chromeFlags:
        Ci.nsIWebBrowserChrome.CHROME_WINDOW_RAISED |
        Ci.nsIWebBrowserChrome.CHROME_DEPENDENT,
    },

Set release status flags based on info from the regressing bug 1728800

:emk, since you are the author of the regressor, bug 1728800, could you take a look?
For more information, please visit auto_nag documentation.

Flags: needinfo?(VYV03354)
Has Regression Range: --- → yes

Apparently headless widgets do not work with CHROME_DEPENDENT well. I don't know the reason why.

Component: Session Restore → Widget
Flags: needinfo?(VYV03354)
Product: Firefox → Core
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.