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
Родитель d251a645fd
Коммит 499be663e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();
}