Index: LayoutTests/fast/history/same-document-iframes-changing-fragment.html |
diff --git a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html b/LayoutTests/fast/history/same-document-iframes-changing-fragment.html |
index 33219f04817768b105a3bba632680d862270545c..54e4c3fe514037c13718ddbaf323caae75ec8687 100644 |
--- a/LayoutTests/fast/history/same-document-iframes-changing-fragment.html |
+++ b/LayoutTests/fast/history/same-document-iframes-changing-fragment.html |
@@ -24,7 +24,7 @@ if (window.testRunner) { |
onload = function() |
{ |
// Run afer onload, to make sure that we can generate history entries. |
- setTimeout(beginTest, 0); |
+ requestAnimationFrame(beginTest); |
} |
onpopstate = function(event) { |