mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1802193
Part 5: Disable a synchronous fullscreen test on macOS. r=edgar
The comment in the test indicates that the intent of the test is to invoke two calls that should resolve in opposite order (the "race" in the test title), but that behavior is specific to a synchronous fullscreen transition. So this patch disables the test for macOS. Differential Revision: https://phabricator.services.mozilla.com/D181126
This commit is contained in:
parent
578edca377
commit
2c45ec4f81
@ -37,5 +37,7 @@ support-files =
|
||||
file_fullscreen-bug-1798219.html
|
||||
file_fullscreen-bug-1798219-2.html
|
||||
[browser_fullscreen-window-open-race.js]
|
||||
skip-if =
|
||||
os == 'mac' # test is checking for synchronous fullscreen completion
|
||||
[browser_fullscreen-sizemode.js]
|
||||
[browser_fullscreen_exit_on_external_protocol.js]
|
||||
|
Loading…
Reference in New Issue
Block a user