Bug 537936 - Re-enable one test, disable one test in test_events_coalescence (orange)

This commit is contained in:
David Bolter 2010-01-06 13:40:25 -05:00
Родитель 902ced43da
Коммит 03ba4ed50c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -337,11 +337,11 @@
gQueue.push(new removeChildNParent("option1", "select1"));
gQueue.push(new removeParentNChild("option2", "select2"));
gQueue.push(new hideChildNParent("option3", "select3"));
// [bug 537936] gQueue.push(new hideParentNChild("option4", "select4"));
gQueue.push(new hideParentNChild("option4", "select4"));
gQueue.push(new hideChildNRemoveParent("option5", "select5"));
gQueue.push(new hideParentNRemoveChild("option6", "select6"));
gQueue.push(new removeChildNHideParent("option7", "select7"));
gQueue.push(new removeParentNHideChild("option8", "select8"));
// [bug 537936] gQueue.push(new removeParentNHideChild("option8", "select8"));
gQueue.push(new addParentNChild("testContainer", false));
gQueue.push(new addParentNChild("testContainer", true));