зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f8b1cfc9a5
Коммит
f62955287d
|
@ -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)");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче