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

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

Issue 2575653002: [SPInvalidation] Invalidate all paint and properties for printing (Closed)
Patch Set: Add a passing test in TestExpectations Created 4 years 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": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering", 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "base": "fast", 350 "base": "fast",
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
352 }, 352 },
353 { 353 {
354 "prefix": "spinvalidation", 354 "prefix": "spinvalidation",
355 "base": "paint", 355 "base": "paint",
356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
357 }, 357 },
358 { 358 {
359 "prefix": "spinvalidation", 359 "prefix": "spinvalidation",
360 "base": "printing",
361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
362 },
363 {
364 "prefix": "spinvalidation",
360 "base": "svg", 365 "base": "svg",
361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
362 } 367 }
363 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698