Bug 1432856 - Disable fullscreen leave on raise and open for fullscreen-multiple test. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D57371

--HG--
extra : moz-landing-system : lando
This commit is contained in:
pbz 2020-01-16 14:39:20 +00:00
parent 899c4467e4
commit cefd3facd5

View File

@ -28,7 +28,8 @@ SimpleTest.requestFlakyTimeout("untriaged");
// run in an iframe, which by default will not have the allowfullscreen
// attribute set, so full-screen won't work.
var gTestWindows = [
{ test: "file_fullscreen-multiple.html" },
{ test: "file_fullscreen-multiple.html",
prefs: [["full-screen-api.exit-on.windowRaise", false], ["full-screen-api.exit-on.windowOpen", false]] },
{ test: "file_fullscreen-rollback.html" },
{ test: "file_fullscreen-esc-exit.html" },
{ test: "file_fullscreen-denied.html" },