mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 680431, this test is calling finish() twice preventing the next test from running, f=smaug
This commit is contained in:
parent
551265c1d1
commit
75f9212928
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user