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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1133513002: Animations: Port ProgrammaticScrollAnimator to use compositor timelines (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@linkhigh
Patch Set: Rework re-attachment. Fix codereview issues. 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
« no previous file with comments | « no previous file | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index f827b30319172483ab547d2c6421e2b2c05b12a0..3584492a1b0e26215ca09b24060a53e96651d3f3 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -47,6 +47,13 @@
"--enable-prefer-compositing-to-lcd-text"]
},
{
+ "prefix": "threaded",
+ "base": "fast/scroll-behavior",
ajuma 2015/07/22 13:38:29 How does having two virtual test suites with the s
loyso (OOO) 2015/07/23 01:18:04 Done.
+ "args": ["--enable-threaded-compositing",
+ "--enable-compositor-animation-timelines",
+ "--enable-prefer-compositing-to-lcd-text"]
+ },
+ {
"prefix": "stable",
"base": "webexposed",
"args": ["--stable-release-mode"]
« no previous file with comments | « no previous file | Source/core/page/scrolling/ScrollingCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698