mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 651429 - Wait for panning to end in test. r=mfinkle
This commit is contained in:
parent
8869e128b5
commit
ef72f6c629
@ -223,7 +223,9 @@ gTests.push({
|
||||
ok(checkEvents([]), "Fired a pan + delay which should be seen as a non-event");
|
||||
clearEvents();
|
||||
|
||||
gCurrentTest.longTapPassTest();
|
||||
window.addEventListener("PanFinished", function() {
|
||||
setTimeout(gCurrentTest.longTapPassTest, 0);
|
||||
}, true);
|
||||
}, 500);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user