fune/browser/base/content/test/fullscreen/browser.ini
Masayuki Nakano 0a5fcdfa8f Bug 1835570 - Map fullscreen menu items and toolbar buttons to the shortcut key correctly r=Gijs
Just forgetting to map them to new `key_enterFullScreen`.  Note that both
`key_enterFullScreen` and `key_exitFullScreen` have same shortcut keys.
Therefore, mapping only to `key_enterFullScreen` must be fine for the
toggle UIs.

This patch does not contain the tests for checking the tooltip label on
the toolbar buttons because the shortcut key information does not appear
in the DOM tree.

Differential Revision: https://phabricator.services.mozilla.com/D179357
2023-05-30 10:01:03 +00:00

29 lines
1 KiB
INI

[DEFAULT]
support-files =
head.js
open_and_focus_helper.html
[browser_bug1557041.js]
[browser_bug1620341.js]
support-files = fullscreen.html fullscreen_frame.html
[browser_fullscreen_api_fission.js]
https_first_disabled = true
support-files = fullscreen.html FullscreenFrame.sys.mjs
[browser_fullscreen_context_menu.js]
[browser_fullscreen_cross_origin.js]
support-files = fullscreen.html fullscreen_frame.html
[browser_fullscreen_enterInUrlbar.js]
skip-if = (os == 'mac') || (os == 'linux') # Bug 1648649
[browser_fullscreen_from_minimize.js]
skip-if = (os == 'linux') || (os == 'win') # Bug 1818795 and Bug 1818796
[browser_fullscreen_keydown_reservation.js]
[browser_fullscreen_menus.js]
[browser_fullscreen_newtab.js]
[browser_fullscreen_newwindow.js]
[browser_fullscreen_permissions_prompt.js]
[browser_fullscreen_warning.js]
support-files = fullscreen.html
[browser_fullscreen_window_focus.js]
skip-if = (os == 'mac') && debug # Bug 1568570
[browser_fullscreen_window_open.js]
skip-if = (os == 'linux') && swgl # Bug 1795491