зеркало из https://github.com/mozilla/gecko-dev.git
Bug 834255 - Fix intermittent orange. r=bz
This commit is contained in:
Родитель
3381553379
Коммит
db621aaa66
|
@ -11,9 +11,13 @@ function test() {
|
|||
gURLBar.removeEventListener("focus", onFocus);
|
||||
ok(true, "Invoked onfocus handler");
|
||||
EventUtils.synthesizeKey("VK_RETURN", { shiftKey: true });
|
||||
ok(true, "Evaluated without crashing");
|
||||
finish();
|
||||
|
||||
// javscript: URIs are evaluated async.
|
||||
SimpleTest.executeSoon(function() {
|
||||
ok(true, "Evaluated without crashing");
|
||||
finish();
|
||||
});
|
||||
});
|
||||
gURLBar.inputField.value = "javascript: document.body.innerHTML = '11111111'); ";
|
||||
gURLBar.inputField.value = "javascript: var foo = '11111111'; ";
|
||||
gURLBar.focus();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче