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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add LayoutTest and fix minor spec violation Created 5 years, 5 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/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index e14d43cd74a0655981bca5ee5a822f0d93ffdf6b..0dcceb4b9246a90fdc307d26999d9d1ed56016af 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -146,5 +146,10 @@
"prefix": "trustedeventsdefaultaction",
"base": "fast/events",
"args": ["--enable-blink-features=TrustedEventsDefaultAction"]
+ },
+ {
+ "prefix": "threaded",
+ "base": "fast/idle-callback",
+ "args": ["--enable-threaded-compositing"]
}
]

Powered by Google App Engine
This is Rietveld 408576698