Test for Bug 689403 - Option inside optgroup of multi-select doesn't trigger form select helper popup after it has been opened before [r=mbrubeck]

This commit is contained in:
Martijn Wargers 2011-10-10 18:02:49 -07:00
parent 72e3ef9897
commit 362d1ef51d

View File

@ -35,16 +35,12 @@ function onPageReady() {
ok(false, e.type + ' should not have been fired');
}, true);
//This should be removed and below there should be uncommented once bug 689403 is fixed
tapOnMultiSelect();
/*
let rect = browserViewToClientRect(Rect.fromRect(combo.getBoundingClientRect()));
ContentTouchHandler.tapDown(rect.left + 1, rect.top + 1);
ContentTouchHandler.tapSingle(rect.left + 1, rect.top + 1);
ContentTouchHandler.tapUp(rect.left + 1, rect.top + 1);
waitFor(closeSelect, function() { return document.getElementById("select-container").hidden == false; });
*/
}
function closeSelect() {