зеркало из https://github.com/mozilla/gecko-dev.git
re-disabling orange test_events_coalescence (b=537936)
This commit is contained in:
Родитель
92e0cd3300
Коммит
fed3528c87
|
@ -92,7 +92,7 @@ _TEST_FILES =\
|
||||||
$(warning test_elm_media.html temporarily disabled) \
|
$(warning test_elm_media.html temporarily disabled) \
|
||||||
test_elm_plugin.html \
|
test_elm_plugin.html \
|
||||||
test_events_caretmove.html \
|
test_events_caretmove.html \
|
||||||
test_events_coalescence.html \
|
$(warning test_events_coalescence.html temporarily disabled) \
|
||||||
$(warning test_events_doc.html temporarily disabled) \
|
$(warning test_events_doc.html temporarily disabled) \
|
||||||
test_events_draganddrop.html \
|
test_events_draganddrop.html \
|
||||||
test_events_flush.html \
|
test_events_flush.html \
|
||||||
|
|
|
@ -334,8 +334,6 @@
|
||||||
{
|
{
|
||||||
gQueue = new eventQueue();
|
gQueue = new eventQueue();
|
||||||
|
|
||||||
// temporarily disabling for bug 537936 (experiment at a quieter time)
|
|
||||||
/*
|
|
||||||
gQueue.push(new removeChildNParent("option1", "select1"));
|
gQueue.push(new removeChildNParent("option1", "select1"));
|
||||||
gQueue.push(new removeParentNChild("option2", "select2"));
|
gQueue.push(new removeParentNChild("option2", "select2"));
|
||||||
gQueue.push(new hideChildNParent("option3", "select3"));
|
gQueue.push(new hideChildNParent("option3", "select3"));
|
||||||
|
@ -344,7 +342,6 @@
|
||||||
gQueue.push(new hideParentNRemoveChild("option6", "select6"));
|
gQueue.push(new hideParentNRemoveChild("option6", "select6"));
|
||||||
gQueue.push(new removeChildNHideParent("option7", "select7"));
|
gQueue.push(new removeChildNHideParent("option7", "select7"));
|
||||||
gQueue.push(new removeParentNHideChild("option8", "select8"));
|
gQueue.push(new removeParentNHideChild("option8", "select8"));
|
||||||
*/
|
|
||||||
|
|
||||||
gQueue.push(new addParentNChild("testContainer", false));
|
gQueue.push(new addParentNChild("testContainer", false));
|
||||||
gQueue.push(new addParentNChild("testContainer", true));
|
gQueue.push(new addParentNChild("testContainer", true));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче