| Index: LayoutTests/css3/flexbox/repaint-rtl-column.html
|
| diff --git a/LayoutTests/css3/flexbox/repaint-rtl-column.html b/LayoutTests/css3/flexbox/repaint-rtl-column.html
|
| index 4f1a9f1e94458559099308fd3932a4529a26e6c1..39b187abaa612a5d153880ab62351a858bb01973 100644
|
| --- a/LayoutTests/css3/flexbox/repaint-rtl-column.html
|
| +++ b/LayoutTests/css3/flexbox/repaint-rtl-column.html
|
| @@ -36,9 +36,9 @@ window.testIsAsync = true;
|
| window.onload = runRepaintTest;
|
|
|
| function repaintTest() {
|
| - setTimeout(function() {
|
| + requestAnimationFrame(function() {
|
| setFlex(4.6);
|
| - setTimeout(function() {
|
| + requestAnimationFrame(function() {
|
| setFlex(5);
|
| finishRepaintTest();
|
| })
|
|
|