Bug 854421 - Part 11: Use rAF instead of setTimeout in a test. r=roc

This commit is contained in:
Matt Woodrow 2014-05-29 09:45:23 +12:00
Родитель 43d5066053
Коммит 511e8b47be
1 изменённых файлов: 2 добавлений и 2 удалений

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

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