| Index: LayoutTests/fast/html/marquee-scrollamount.html
|
| diff --git a/LayoutTests/fast/html/marquee-scrollamount.html b/LayoutTests/fast/html/marquee-scrollamount.html
|
| index de660722c64f4bcb8a637124decd35b4ec134b11..9699ce453b0f172500123db561b88a02e2dce368 100644
|
| --- a/LayoutTests/fast/html/marquee-scrollamount.html
|
| +++ b/LayoutTests/fast/html/marquee-scrollamount.html
|
| @@ -8,12 +8,12 @@
|
| marquee.width = "100px";
|
| marquee.scrollDelay = 0;
|
| document.body.appendChild(marquee);
|
| - setTimeout(function() {
|
| + requestAnimationFrame(function() {
|
| marquee.scrollAmount = 0;
|
| if (window.testRunner) {
|
| setTimeout(function() {
|
| testRunner.notifyDone();
|
| }, 55);
|
| }
|
| - }, 0);
|
| + });
|
| </script>
|
|
|