Bug 1661227 - Change test_focus_blur_on_click_in_deep_cross_origin_iframe to treat extra focus event as a failure. r=nika

Differential Revision: https://phabricator.services.mozilla.com/D98042
This commit is contained in:
Henri Sivonen 2020-11-30 13:08:18 +00:00
Родитель f8b1cfc9a5
Коммит f62955287d
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -78,8 +78,7 @@ add_task(async () => {
// Fission case: https://bugzilla.mozilla.org/show_bug.cgi?id=1660805
state = "innerclickbeforefocus";
} else if (event.data == "middlefocus") {
// https://bugzilla.mozilla.org/show_bug.cgi?id=1661227
todo(false, "Ignoring extra middlefocus.");
is(false, "Should not get an extra middlefocus.");
} else {
is(event.data, "neverthisevent", "Unexpected event (first click)");
}