diff options
Diffstat (limited to 'widget/tests/window_mouse_scroll_win.html')
-rw-r--r-- | widget/tests/window_mouse_scroll_win.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/widget/tests/window_mouse_scroll_win.html b/widget/tests/window_mouse_scroll_win.html index bf90abb1b5..48ccc1fed4 100644 --- a/widget/tests/window_mouse_scroll_win.html +++ b/widget/tests/window_mouse_scroll_win.html @@ -214,7 +214,7 @@ var gPreparingSteps = [ target: gP1, x: 10, y: 10, window, modifiers: 0, additionalFlags: 0, - onLineScrollEvent(aEvent) { + onLineScrollEvent() { return true; }, onPixelScrollEvent(aEvent) { @@ -234,7 +234,7 @@ var gPreparingSteps = [ target: gP1, x: 10, y: 10, window, modifiers: 0, additionalFlags: 0, - onLineScrollEvent(aEvent) { + onLineScrollEvent() { return true; }, onPixelScrollEvent(aEvent) { @@ -250,7 +250,7 @@ var gPreparingSteps = [ target: gP1, x: 10, y: 10, window, modifiers: 0, additionalFlags: 0, - onLineScrollEvent(aEvent) { + onLineScrollEvent() { return true; }, onPixelScrollEvent(aEvent) { @@ -270,7 +270,7 @@ var gPreparingSteps = [ target: gP1, x: 10, y: 10, window, modifiers: 0, additionalFlags: 0, - onLineScrollEvent(aEvent) { + onLineScrollEvent() { return true; }, onPixelScrollEvent(aEvent) { @@ -1100,7 +1100,7 @@ var gDeactiveWindowTests = [ SpecialPowers.setIntPref(kVAmountPref, 3); SpecialPowers.setIntPref(kHAmountPref, 3); }, - onLineScrollEvent(aEvent) { + onLineScrollEvent() { var fm = Services.focus; is(fm.activeWindow, gOtherWindow, "The other window isn't activated"); }, |