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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1046263002: Enable virtual/slimmingpaint/fast/box-shadow. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Manual merge of TestExpectations. Created 5 years, 8 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": "gpu", 9 "prefix": "gpu",
10 "base": "canvas/philip", 10 "base": "canvas/philip",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "reference_args": [] 292 "reference_args": []
293 }, 293 },
294 { 294 {
295 "prefix": "slimmingpaint", 295 "prefix": "slimmingpaint",
296 "base": "fast/backgrounds", 296 "base": "fast/backgrounds",
297 "args": ["--enable-slimming-paint"], 297 "args": ["--enable-slimming-paint"],
298 "reference_args": [] 298 "reference_args": []
299 }, 299 },
300 { 300 {
301 "prefix": "slimmingpaint", 301 "prefix": "slimmingpaint",
302 "base": "fast/box-shadow",
303 "args": ["--enable-slimming-paint"],
304 "reference_args": []
305 },
306 {
307 "prefix": "slimmingpaint",
302 "base": "fast/scrolling", 308 "base": "fast/scrolling",
303 "args": ["--enable-slimming-paint"], 309 "args": ["--enable-slimming-paint"],
304 "reference_args": [] 310 "reference_args": []
305 }, 311 },
306 { 312 {
307 "prefix": "slimmingpaint", 313 "prefix": "slimmingpaint",
308 "base": "css3/filters", 314 "base": "css3/filters",
309 "args": ["--enable-slimming-paint"], 315 "args": ["--enable-slimming-paint"],
310 "reference_args": [] 316 "reference_args": []
311 }, 317 },
(...skipping 23 matching lines...) Expand all
335 "prefix": "scroll_customization", 341 "prefix": "scroll_customization",
336 "base": "fast/events/touch", 342 "base": "fast/events/touch",
337 "args": ["--enable-blink-features=ScrollCustomization"] 343 "args": ["--enable-blink-features=ScrollCustomization"]
338 }, 344 },
339 { 345 {
340 "prefix": "smoothscrolling", 346 "prefix": "smoothscrolling",
341 "base": "fast/events/touch/gesture", 347 "base": "fast/events/touch/gesture",
342 "args": ["--enable-smooth-scrolling"] 348 "args": ["--enable-smooth-scrolling"]
343 } 349 }
344 ] 350 ]
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/virtual/slimmingpaint/fast/box-shadow/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698