Loading
Bug 1673316 - Ensure docShellIsActive is preserved when switching process. r=snorp
I'm not a fan of accessing private bits like `docShellIsActive` in tests like that but it's both: 1) very important, if we don't correctly activate docShell performance will be very poor 2) stable, this API is not likely to change, and if it changes it should be easy to get whatever the replacement is Differential Revision: https://phabricator.services.mozilla.com/D94874