зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1126023 - Annotate assertion. r=me
This commit is contained in:
Родитель
1f45146bdb
Коммит
928226b50e
|
@ -13,6 +13,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1124898
|
|||
|
||||
/** Test for Bug 1124898 **/
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.expectAssertions(0, 1); // Dumb unrelated widget assertion - see bug 1126023.
|
||||
var w = window.open("about:blank", "w", "chrome");
|
||||
is(w.eval('typeof getAttention'), 'function', 'getAttention exists on regular chrome window');
|
||||
is(w.eval('typeof messageManager'), 'object', 'messageManager exists on regular chrome window');
|
||||
|
|
Загрузка…
Ссылка в новой задаче