Bug 1548687 - Remove unused dangling argument. r=botond

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-06-20 14:30:36 +00:00
Родитель 32f4c475cc
Коммит 9f179786cb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,12 +10,12 @@ add_task(async function test_main() {
// Each of these URLs will get opened in a new top-level browser window that
// is fission-enabled.
var test_urls = [
httpURL("helper_fission_basic.html", null),
httpURL("helper_fission_basic.html"),
// add additional tests here
];
if (isWebRender) {
test_urls = test_urls.concat([
httpURL("helper_fission_transforms.html", null),
httpURL("helper_fission_transforms.html"),
// add additional WebRender-specific tests here
]);
}