Bug 537936 - Renable all but one test in test_events_coalesce.html (was disabled for tinderbox orange)

This commit is contained in:
David Bolter 2010-01-06 11:27:45 -05:00
Родитель b3b373ba01
Коммит e52cd8d0ba
2 изменённых файлов: 2 добавлений и 2 удалений

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

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