Skip to content
Snippets Groups Projects
Commit d84b2705 authored by Ryan VanderMeulen's avatar Ryan VanderMeulen
Browse files

Bug 1887280 - Skip browser_fullscreen_permissions_prompt.js on Windows 7. r=pbz, a=test-only

parent 381f84a8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ skip-if = (os == 'linux') || (os == 'win') # Bug 1818795 and Bug 1818796
[browser_fullscreen_newtab.js]
[browser_fullscreen_newwindow.js]
[browser_fullscreen_permissions_prompt.js]
skip-if = (os == "win" && os_version == "6.1") # Bug 1887280
[browser_fullscreen_warning.js]
support-files = fullscreen.html
skip-if =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment