Bug 1126023 - Annotate assertion. r=me

This commit is contained in:
Bobby Holley 2015-01-26 15:44:00 -08:00
parent b893d4dece
commit c81adf4093

View File

@ -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');