| Index: LayoutTests/fast/css/font-face-css-change-while-loading.html
|
| diff --git a/LayoutTests/fast/css/font-face-css-change-while-loading.html b/LayoutTests/fast/css/font-face-css-change-while-loading.html
|
| index bb985543bcd4bb0cbed11f464d4edb8f86f802d8..cfd92673710527e854c74aaceedb950354d253b4 100644
|
| --- a/LayoutTests/fast/css/font-face-css-change-while-loading.html
|
| +++ b/LayoutTests/fast/css/font-face-css-change-while-loading.html
|
| @@ -35,7 +35,7 @@ function finish() {
|
| }
|
|
|
| onload = function() {
|
| - setTimeout(runTest, 0);
|
| + requestAnimationFrame(runTest);
|
| }
|
| </script>
|
| <p>You should see a black rectangle below.</p>
|
|
|