Bug 1428652 P3 Fix typo in browser_unregister_with_containers.js. r=me

This commit is contained in:
Ben Kelly 2018-01-09 15:39:34 -05:00
Родитель 65eb505d92
Коммит 166bafcfe1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ async function checkControlled(browser) {
async function checkUncontrolled(browser) {
let controlled = await isControlled(browser);
ok(!controller, "window should not be controlled");
ok(!controlled, "window should not be controlled");
}
add_task(async function test() {