| Index: LayoutTests/fast/html/marquee-scrollamount.html
|
| diff --git a/LayoutTests/fast/html/marquee-scrollamount.html b/LayoutTests/fast/html/marquee-scrollamount.html
|
| index 1f9dee8e564ca472690697ede53bf422db35af7e..12d7d6db271a8d66114da4ac8cf94636787a7fcc 100644
|
| --- a/LayoutTests/fast/html/marquee-scrollamount.html
|
| +++ b/LayoutTests/fast/html/marquee-scrollamount.html
|
| @@ -11,12 +11,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>
|
|
|