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

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

Issue 2581243003: [SPInvalidation] Update paint properties when SVG resource change (Closed)
Patch Set: Rebase 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "base": "http/tests/feature-policy", 340 "base": "http/tests/feature-policy",
341 "args": ["--enable-blink-features=FeaturePolicy"] 341 "args": ["--enable-blink-features=FeaturePolicy"]
342 }, 342 },
343 { 343 {
344 "prefix": "spinvalidation", 344 "prefix": "spinvalidation",
345 "base": "compositing", 345 "base": "compositing",
346 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 346 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
347 }, 347 },
348 { 348 {
349 "prefix": "spinvalidation", 349 "prefix": "spinvalidation",
350 "base": "css3",
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
352 },
353 {
354 "prefix": "spinvalidation",
350 "base": "fast", 355 "base": "fast",
351 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
352 }, 357 },
353 { 358 {
354 "prefix": "spinvalidation", 359 "prefix": "spinvalidation",
355 "base": "paint", 360 "base": "paint",
356 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
357 }, 362 },
358 { 363 {
359 "prefix": "spinvalidation", 364 "prefix": "spinvalidation",
360 "base": "printing", 365 "base": "printing",
361 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
362 }, 367 },
363 { 368 {
364 "prefix": "spinvalidation", 369 "prefix": "spinvalidation",
365 "base": "svg", 370 "base": "svg",
366 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 371 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
367 } 372 }
368 ] 373 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698