зеркало из https://github.com/mozilla/gecko-dev.git
Bug 981980 - test_clipboard_events_chrome.html should close its helper window before the test ends. r=enndeakin
This commit is contained in:
Родитель
43108ebb2c
Коммит
47a785e139
|
@ -50,6 +50,7 @@ function doChecks(win)
|
|||
ok(event_fired, "paste event fired when preference is disabled")
|
||||
|
||||
SpecialPowers.clearUserPref("dom.event.clipboardevents.enabled");
|
||||
win.close();
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче