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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 1360233004: Composited Animations: Introduce pixel-ref layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up. Created 5 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 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 15 matching lines...) Expand all
26 "args": ["--enable-prefer-compositing-to-lcd-text"] 26 "args": ["--enable-prefer-compositing-to-lcd-text"]
27 }, 27 },
28 { 28 {
29 "prefix": "prefer_compositing_to_lcd_text", 29 "prefix": "prefer_compositing_to_lcd_text",
30 "base": "scrollbars", 30 "base": "scrollbars",
31 "args": ["--enable-prefer-compositing-to-lcd-text"] 31 "args": ["--enable-prefer-compositing-to-lcd-text"]
32 }, 32 },
33 { 33 {
34 "prefix": "threaded", 34 "prefix": "threaded",
35 "base": "animations", 35 "base": "animations",
36 "args": ["--enable-threaded-compositing"] 36 "args": ["--enable-threaded-compositing",
37 "--disable-composited-antialiasing"]
37 }, 38 },
38 { 39 {
39 "prefix": "threaded", 40 "prefix": "threaded",
40 "base": "transitions", 41 "base": "transitions",
41 "args": ["--enable-threaded-compositing"] 42 "args": ["--enable-threaded-compositing"]
42 }, 43 },
43 { 44 {
44 "prefix": "threaded", 45 "prefix": "threaded",
45 "base": "fast/scroll-behavior", 46 "base": "fast/scroll-behavior",
46 "args": ["--enable-threaded-compositing", 47 "args": ["--enable-threaded-compositing",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "prefix": "threaded", 169 "prefix": "threaded",
169 "base": "fast/idle-callback", 170 "base": "fast/idle-callback",
170 "args": ["--enable-threaded-compositing"] 171 "args": ["--enable-threaded-compositing"]
171 }, 172 },
172 { 173 {
173 "prefix": "spv2", 174 "prefix": "spv2",
174 "base": "paint", 175 "base": "paint",
175 "args": ["--enable-slimming-paint-v2"] 176 "args": ["--enable-slimming-paint-v2"]
176 } 177 }
177 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698