зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1366151 - rewrite dom/html/test/test_fullscreen-api-race.html. r=smaug
Run this test with security.data_uri.unique_opaque_origin set to false so we can reply on SimpleTests.waitForFocus() to be fired.
This commit is contained in:
Родитель
eefe461ec1
Коммит
8249b8ae4c
|
@ -35,7 +35,9 @@ addLoadEvent(function () {
|
|||
SpecialPowers.pushPrefEnv({
|
||||
"set": [
|
||||
["full-screen-api.unprefix.enabled", true],
|
||||
["full-screen-api.allow-trusted-requests-only", false]
|
||||
["full-screen-api.allow-trusted-requests-only", false],
|
||||
// Use legacy data: URI behavior to run test.
|
||||
["security.data_uri.unique_opaque_origin", false]
|
||||
]
|
||||
}, next);
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче