Backed out changeset efff1d901dca (bug 854421)

This commit is contained in:
Ed Morley 2014-05-29 10:55:37 +01:00
Родитель fbbaeef2ed
Коммит 71a04f2fab
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -35,8 +35,8 @@ function runTests() {
scrollTopBefore = doc.body.scrollTop;
// send up arrow key event
sendKey("UP");
window.requestAnimationFrame(finish);
setTimeout("finish();", 20);
}
function finish() {