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:
Brad Werth 2023-06-16 16:14:04 +00:00
parent 578edca377
commit 2c45ec4f81

View File

@ -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]