Bug 1240963 - Make test_bug328885.html more reliable, r=khuey

This commit is contained in:
Olli Pettay 2016-01-20 15:14:03 +02:00
parent 2e7167558b
commit 10056edb96

View File

@ -113,7 +113,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=328885
ok(mutationCount == 19, "(20) Mutation listener should have been called! ["+ mutationCount + "]");
}
,false);
synthesizeMouseAtPoint(5, 5, {}, window);
synthesizeMouseAtCenter(inputelement, {}, window);
SimpleTest.finish();
}