Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: LayoutTests/fast/history/same-document-iframes-changing-fragment.html

Issue 615033002: Refactor of various layout tests to use RAF (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix use-detatch.svg Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698