Open Bug 1729677 Opened 4 years ago Updated 4 years ago

Re-enable browser_webextension_inspected_window.js for BFCache

Categories

(DevTools :: about:debugging, defect)

defect

Tracking

(Not tracked)

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: dt-perf-stability-mvp)

This test browser_webextension_inspected_window.js is disabled for BFCache

  // Disable bfcache for Fission for now.
  // If Fission is disabled, the pref is no-op.
  await SpecialPowers.pushPrefEnv({
    set: [["fission.bfcacheInParent", false]],
  });

Honza

Bug 1675456 isn't enough to fix this test and it still fails with bfcache-in-parent.
We probably need some work specific to inspected window API in order to use SessionData.

You need to log in before you can comment on or make changes to this bug.