Bug 680431, this test is calling finish() twice preventing the next test from running, f=smaug

This commit is contained in:
Neil Deakin 2011-09-29 16:05:10 -04:00
parent 551265c1d1
commit 75f9212928

View File

@ -68,6 +68,7 @@ var tests = [
synthesizeMouse(scroller, x, y, { type: "mouseup" }, window);
},
function() {
scroller.onscroll = null;
ok(true, "Clicking the scrollbar should scroll");
finish();
}