зеркало из https://github.com/mozilla/gecko-dev.git
Bug 537936 - Renable all but one test in test_events_coalesce.html (was disabled for tinderbox orange)
This commit is contained in:
Родитель
b3b373ba01
Коммит
e52cd8d0ba
|
@ -92,7 +92,7 @@ _TEST_FILES =\
|
|||
$(warning test_elm_media.html temporarily disabled) \
|
||||
test_elm_plugin.html \
|
||||
test_events_caretmove.html \
|
||||
$(warning test_events_coalescence.html temporarily disabled) \
|
||||
test_events_coalescence.html \
|
||||
$(warning test_events_doc.html temporarily disabled) \
|
||||
test_events_draganddrop.html \
|
||||
test_events_flush.html \
|
||||
|
|
|
@ -337,7 +337,7 @@
|
|||
gQueue.push(new removeChildNParent("option1", "select1"));
|
||||
gQueue.push(new removeParentNChild("option2", "select2"));
|
||||
gQueue.push(new hideChildNParent("option3", "select3"));
|
||||
gQueue.push(new hideParentNChild("option4", "select4"));
|
||||
// [bug 537936] gQueue.push(new hideParentNChild("option4", "select4"));
|
||||
gQueue.push(new hideChildNRemoveParent("option5", "select5"));
|
||||
gQueue.push(new hideParentNRemoveChild("option6", "select6"));
|
||||
gQueue.push(new removeChildNHideParent("option7", "select7"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче