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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1263103003: Animations: Port ProgrammaticScrollAnimator to use compositor timelines (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add entry ino FlakyTests. 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 6 "--disable-display-list-2d-canvas"]
7 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 29 matching lines...) Expand all
40 "base": "transitions", 40 "base": "transitions",
41 "args": ["--enable-threaded-compositing"] 41 "args": ["--enable-threaded-compositing"]
42 }, 42 },
43 { 43 {
44 "prefix": "threaded", 44 "prefix": "threaded",
45 "base": "fast/scroll-behavior", 45 "base": "fast/scroll-behavior",
46 "args": ["--enable-threaded-compositing", 46 "args": ["--enable-threaded-compositing",
47 "--enable-prefer-compositing-to-lcd-text"] 47 "--enable-prefer-compositing-to-lcd-text"]
48 }, 48 },
49 { 49 {
50 "prefix": "threaded_animation_timelines",
51 "base": "fast/scroll-behavior",
52 "args": ["--enable-threaded-compositing",
53 "--enable-prefer-compositing-to-lcd-text",
54 "--enable-compositor-animation-timelines"]
55 },
56 {
50 "prefix": "stable", 57 "prefix": "stable",
51 "base": "webexposed", 58 "base": "webexposed",
52 "args": ["--stable-release-mode"] 59 "args": ["--stable-release-mode"]
53 }, 60 },
54 { 61 {
55 "prefix": "stable", 62 "prefix": "stable",
56 "base": "http/tests/serviceworker/webexposed", 63 "base": "http/tests/serviceworker/webexposed",
57 "args": ["--stable-release-mode"] 64 "args": ["--stable-release-mode"]
58 }, 65 },
59 { 66 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "base": "fast/workers", 153 "base": "fast/workers",
147 "args": ["--js-flags=--harmony-sharedarraybuffer", 154 "args": ["--js-flags=--harmony-sharedarraybuffer",
148 "--enable-blink-features=SharedArrayBuffer"] 155 "--enable-blink-features=SharedArrayBuffer"]
149 }, 156 },
150 { 157 {
151 "prefix": "trustedeventsdefaultaction", 158 "prefix": "trustedeventsdefaultaction",
152 "base": "fast/events", 159 "base": "fast/events",
153 "args": ["--enable-blink-features=TrustedEventsDefaultAction"] 160 "args": ["--enable-blink-features=TrustedEventsDefaultAction"]
154 } 161 }
155 ] 162 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/threaded_animation_timelines/fast/scroll-behavior/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698