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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1186273003: Enable slimming paint for virtual/rootlayerscrolls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "--enable-slimming-paint"] 7 "--enable-slimming-paint"]
8 }, 8 },
9 { 9 {
10 "prefix": "gpu", 10 "prefix": "gpu",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 { 204 {
205 "prefix": "slimmingpaint", 205 "prefix": "slimmingpaint",
206 "base": "transforms", 206 "base": "transforms",
207 "args": ["--enable-slimming-paint"], 207 "args": ["--enable-slimming-paint"],
208 "references_use_default_args": "True" 208 "references_use_default_args": "True"
209 }, 209 },
210 210
211 { 211 {
212 "prefix": "rootlayerscrolls", 212 "prefix": "rootlayerscrolls",
213 "base": "fast/scrolling", 213 "base": "fast/scrolling",
214 "args": ["--root-layer-scrolls"] 214 "args": ["--root-layer-scrolls",
215 "--enable-slimming-paint"]
215 }, 216 },
216 { 217 {
217 "prefix": "scroll_customization", 218 "prefix": "scroll_customization",
218 "base": "fast/scroll-behavior", 219 "base": "fast/scroll-behavior",
219 "args": ["--enable-blink-features=ScrollCustomization"] 220 "args": ["--enable-blink-features=ScrollCustomization"]
220 }, 221 },
221 { 222 {
222 "prefix": "scroll_customization", 223 "prefix": "scroll_customization",
223 "base": "fast/scrolling", 224 "base": "fast/scrolling",
224 "args": ["--enable-blink-features=ScrollCustomization"] 225 "args": ["--enable-blink-features=ScrollCustomization"]
(...skipping 12 matching lines...) Expand all
237 "prefix": "pointerevent", 238 "prefix": "pointerevent",
238 "base": "fast/events", 239 "base": "fast/events",
239 "args": ["--enable-blink-features=PointerEvent"] 240 "args": ["--enable-blink-features=PointerEvent"]
240 }, 241 },
241 { 242 {
242 "prefix": "pointerevent", 243 "prefix": "pointerevent",
243 "base": "imported/web-platform-tests/pointerevents", 244 "base": "imported/web-platform-tests/pointerevents",
244 "args": ["--enable-blink-features=PointerEvent"] 245 "args": ["--enable-blink-features=PointerEvent"]
245 } 246 }
246 ] 247 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698