Bug 890193 followup. Annotate the assertions it causes so we can reopen the CLOSED TREE.

This commit is contained in:
Boris Zbarsky 2013-07-11 15:20:56 -04:00
Родитель 55d5e3d9de
Коммит 37541b0406
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,7 @@ var docName = 'nodeappendchildchildexists';
window.doc = window;
SimpleTest.expectAssertions(1); // Bug 892638
SimpleTest.waitForExplicitFinish();
addLoadEvent(setUpPage);

Просмотреть файл

@ -74,6 +74,7 @@ var docName = 'nodeinsertbeforenewchildexists';
window.doc = window;
SimpleTest.expectAssertions(1); // Bug 892638
SimpleTest.waitForExplicitFinish();
addLoadEvent(setUpPage);

Просмотреть файл

@ -74,6 +74,7 @@ var docName = 'nodereplacechildnewchildexists';
window.doc = window;
SimpleTest.expectAssertions(1); // Bug 892638
SimpleTest.waitForExplicitFinish();
addLoadEvent(setUpPage);