зеркало из https://github.com/mozilla/pjs.git
Bug 537936 - Re-enable one test, disable one test in test_events_coalescence (orange)
This commit is contained in:
Родитель
902ced43da
Коммит
03ba4ed50c
|
@ -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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче