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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 4 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 9b60806cac27b99070f775c808e5be4a11ddeefc..eb57256796d5ee0e1d2940d98b7f2b7a64ce81aa 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -163,5 +163,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