Skip to content

Commit 95926b8

Browse files
committed
Fix integration tests on Chrome
1 parent 419be25 commit 95926b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ describe('integration', function() {
997997
// click <input/>
998998
var evt = document.createEvent('MouseEvent');
999999
evt.initMouseEvent(
1000-
evt,
10011000
'click',
10021001
true /* bubble */,
10031002
true /* cancelable */,

0 commit comments

Comments
 (0)