forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1800207 - Make test browser_fullscreen-document-mutation-navigati…
…on.js more robust; r=smaug `window.fullscreen` on chrome window is for whether the corresponding widget is in fullscreen screen state, wait DOM fullscreen event for its state change isn't accurate, so wait for `fullscreen` event fired on chrome window which is used for widget fullscreen state change instead. Differential Revision: https://phabricator.services.mozilla.com/D161883
- Loading branch information
Showing
2 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters